#5CF19E

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

Shades of Medium Aquamarine #5CF19E

Tints of Medium Aquamarine #5CF19E

Color information

#5CF19E (or 0x5CF19E) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, F1 and 9E. RGB value is (92,241,158). Sum of RGB (Red+Green+Blue) = 92+241+158=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF19E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF19E is #A30E61. Grayscale: #BBBBBB. Windows color (decimal): -10686050 or 10416476. OLE color: 10416476.

HSL color Cylindrical-coordinate representation of color #5CF19E: hue angle of 146.58º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF19E is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB92241158-
CMYK0.6200.340.05
HSL146.58º84.18%65.29%-
HSV(B)146.58º61.83%94.51%-
XYZ42.0467.6543.19-
YUV186.99111.6460.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.74%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=18.74%
G=49.08%
B=32.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922411580.6200.340.05146.5884.1865.29
Hex5CF19E3E0225935441
Octal134361236760425223124101
Binary1011100111100011001111011111001000101011001001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CF19E; }

 p { color: rgb(92,241,158); }

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

<style>
 a { background-color: #5CF19E; }

 a { background-color: rgb(92,241,158); }

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

<style>
 span { border-color: #5CF19E; }

 span { border-color: rgb(92,241,158); }

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