#5FEAC8

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

Shades of Downy #5FEAC8

Tints of Downy #5FEAC8

Color information

#5FEAC8 (or 0x5FEAC8) is unknown color: approx Downy. HEX triplet: 5F, EA and C8. RGB value is (95,234,200). Sum of RGB (Red+Green+Blue) = 95+234+200=529 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.96% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAC8 is #A01537. Grayscale: #BCBCBC. Windows color (decimal): -10491192 or 13167199. OLE color: 13167199.

HSL color Cylindrical-coordinate representation of color #5FEAC8: hue angle of 165.32º 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 #5FEAC8 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB95234200-
CMYK0.5900.150.08
HSL165.32º76.8%64.51%-
HSV(B)165.32º59.4%91.76%-
XYZ44.5765.4564.93-
YUV188.56134.4561.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.96%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=17.96%
G=44.23%
B=37.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952342000.5900.150.08165.3276.864.51
Hex5FEAC83B0F8a54d41
Octal1373523107301710245115101
Binary101111111101010110010001110110111110001010010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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