#5FE4CE

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

Shades of Downy #5FE4CE

Tints of Downy #5FE4CE

Color information

#5FE4CE (or 0x5FE4CE) is unknown color: approx Downy. HEX triplet: 5F, E4 and CE. RGB value is (95,228,206). Sum of RGB (Red+Green+Blue) = 95+228+206=529 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.96% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE4CE is #A01B31. Grayscale: #B9B9B9. Windows color (decimal): -10492722 or 13558879. OLE color: 13558879.

HSL color Cylindrical-coordinate representation of color #5FE4CE: hue angle of 170.08º 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 #5FE4CE is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB95228206-
CMYK0.5800.100.11
HSL170.08º71.12%63.33%-
HSV(B)170.08º58.33%89.41%-
XYZ43.662.3868.13-
YUV185.72139.4463.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.96%
GREEN value IS 228 (89.45% from 255) = 43.10%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=17.96%
G=43.10%
B=38.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal952282060.5800.100.11170.0871.1263.33
Hex5FE4CE3A0ABaa473f
Octal137344316720121325210777
Binary10111111110010011001110111010010101011101010101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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