#5FE4CC

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

Shades of Downy #5FE4CC

Tints of Downy #5FE4CC

Color information

#5FE4CC (or 0x5FE4CC) is unknown color: approx Downy. HEX triplet: 5F, E4 and CC. RGB value is (95,228,204). Sum of RGB (Red+Green+Blue) = 95+228+204=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE4CC is #A01B33. Grayscale: #B9B9B9. Windows color (decimal): -10492724 or 13427807. OLE color: 13427807.

HSL color Cylindrical-coordinate representation of color #5FE4CC: hue angle of 169.17º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE4CC is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB95228204-
CMYK0.5800.110.11
HSL169.17º71.12%63.33%-
HSV(B)169.17º58.33%89.41%-
XYZ43.3662.2866.86-
YUV185.5138.4463.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.03%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=18.03%
G=43.26%
B=38.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal952282040.5800.110.11169.1771.1263.33
Hex5FE4CC3A0BBa9473f
Octal137344314720131325110777
Binary10111111110010011001100111010010111011101010011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,228,204); }

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

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

 a { background-color: rgb(95,228,204); }

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

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

 span { border-color: rgb(95,228,204); }

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