#5fcec6

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

Shades of Downy #5FCEC6

Tints of Downy #5FCEC6

Color information

#5FCEC6 (or 0x5FCEC6) is unknown color: approx Downy. HEX triplet: 5F, CE and C6. RGB value is (95,206,198). Sum of RGB (Red+Green+Blue) = 95+206+198=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEC6 is #A03139. Grayscale: #ABABAB. Windows color (decimal): -10498362 or 13028959. OLE color: 13028959.

HSL color Cylindrical-coordinate representation of color #5FCEC6: hue angle of 175.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCEC6 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB95206198-
CMYK0.5400.040.19
HSL175.68º53.11%59.02%-
HSV(B)175.68º53.88%80.78%-
XYZ36.9850.6561.25-
YUV171.9142.7373.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 198 (77.73% from 255) = 39.68%
R=19.04%
G=41.28%
B=39.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952061980.5400.040.19175.6853.1159.02
Hex5FCEC6360413b0353b
Octal1373163066604232606573
Binary1011111110011101100011011011001001001110110000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fcec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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