#50ef98

Color #50EF98 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #50EF98

Tints of Medium Aquamarine #50EF98

Color information

#50EF98 (or 0x50EF98) is unknown color: approx Medium Aquamarine. HEX triplet: 50, EF and 98. RGB value is (80,239,152). Sum of RGB (Red+Green+Blue) = 80+239+152=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EF98 is #AF1067. Grayscale: #B5B5B5. Windows color (decimal): -11473000 or 10022736. OLE color: 10022736.

HSL color Cylindrical-coordinate representation of color #50EF98: hue angle of 147.17º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EF98 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB80239152-
CMYK0.6700.360.06
HSL147.17º83.25%62.55%-
HSV(B)147.17º66.53%93.73%-
XYZ39.8465.7140.29-
YUV181.54111.3255.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 16.99%
GREEN value IS 239 (93.75% from 255) = 50.74%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=16.99%
G=50.74%
B=32.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802391520.6700.360.06147.1783.2562.55
Hex50EF9843024693533f
Octal120357230103044622312377
Binary1010000111011111001100010000110100100110100100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ef98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50ef98; }

 p { color: rgb(80,239,152); }

 H1.HeaderClassName
 {
   color: #50ef98;
 }
 .AnyTagClassName
 {
   color: #50ef98;
 }
</style>
background-color css

<style>
 a { background-color: #50ef98; }

 a { background-color: rgb(80,239,152); }

 div.DivClassName
 {
   background-color: #50ef98;
 }
 .BgClassName
 {
   background-color: #50ef98;
 }
</style>
border-color css

<style>
 span { border-color: #50ef98; }

 span { border-color: rgb(80,239,152); }

 td.TdClassName
 {
   border-color: #50ef98;
 }
 .TagClassName
 {
   border-color: #50ef98;
 }
</style>