#5fcec3

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

Shades of Downy #5FCEC3

Tints of Downy #5FCEC3

Color information

#5FCEC3 (or 0x5FCEC3) is unknown color: approx Downy. HEX triplet: 5F, CE and C3. RGB value is (95,206,195). Sum of RGB (Red+Green+Blue) = 95+206+195=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEC3 is #A0313C. Grayscale: #ABABAB. Windows color (decimal): -10498365 or 12832351. OLE color: 12832351.

HSL color Cylindrical-coordinate representation of color #5FCEC3: hue angle of 174.05º 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 #5FCEC3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB95206195-
CMYK0.5400.050.19
HSL174.05º53.11%59.02%-
HSV(B)174.05º53.88%80.78%-
XYZ36.6450.5259.45-
YUV171.56141.2373.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.15%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 195 (76.56% from 255) = 39.31%
R=19.15%
G=41.53%
B=39.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952061950.5400.050.19174.0553.1159.02
Hex5FCEC3360513ae353b
Octal1373163036605232566573
Binary1011111110011101100001111011001011001110101110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fcec3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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