#5FCEC8

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

Shades of Downy #5FCEC8

Tints of Downy #5FCEC8

Color information

#5FCEC8 (or 0x5FCEC8) is unknown color: approx Downy. HEX triplet: 5F, CE and C8. RGB value is (95,206,200). Sum of RGB (Red+Green+Blue) = 95+206+200=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEC8 is #A03137. Grayscale: #ACACAC. Windows color (decimal): -10498360 or 13160031. OLE color: 13160031.

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

Color convert

RGB95206200-
CMYK0.5400.030.19
HSL176.76º53.11%59.02%-
HSV(B)176.76º53.88%80.78%-
XYZ37.2250.7562.48-
YUV172.13143.7372.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.96%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=18.96%
G=41.12%
B=39.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952062000.5400.030.19176.7653.1159.02
Hex5FCEC8360313b1353b
Octal1373163106603232616573
Binary101111111001110110010001101100111001110110001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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