#5FEAC9

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

Shades of Downy #5FEAC9

Tints of Downy #5FEAC9

Color information

#5FEAC9 (or 0x5FEAC9) is unknown color: approx Downy. HEX triplet: 5F, EA and C9. RGB value is (95,234,201). Sum of RGB (Red+Green+Blue) = 95+234+201=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAC9 is #A01536. Grayscale: #BCBCBC. Windows color (decimal): -10491191 or 13232735. OLE color: 13232735.

HSL color Cylindrical-coordinate representation of color #5FEAC9: hue angle of 165.76º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEAC9 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB95234201-
CMYK0.5900.140.08
HSL165.76º76.8%64.51%-
HSV(B)165.76º59.4%91.76%-
XYZ44.6865.565.55-
YUV188.68134.9561.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.92%
GREEN value IS 234 (91.80% from 255) = 44.15%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=17.92%
G=44.15%
B=37.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952342010.5900.140.08165.7676.864.51
Hex5FEAC93B0E8a64d41
Octal1373523117301610246115101
Binary101111111101010110010011110110111010001010011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,234,201); }

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

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

 a { background-color: rgb(95,234,201); }

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

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

 span { border-color: rgb(95,234,201); }

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