Shades of Downy #5FECCC
Tints of Downy #5FECCC
RGB
CMYK
RGB Variations
Color information
#5FECCC (or 0x5FECCC) is known color: Downy. HEX triplet: 5F, EC and CC. RGB value is (95,236,204). Sum of RGB (Red+Green+Blue) = 95+236+204=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECCC is #A01333. Grayscale: #BEBEBE. Windows color (decimal): -10490676 or 13429855. OLE color: 13429855.
HSL color Cylindrical-coordinate representation of color #5FECCC: hue angle of 166.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECCC is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 95 | 236 | 204 | - |
CMYK | 0.60 | 0 | 0.14 | 0.07 |
HSL | 166.38º | 0.79% | 0.65% | - |
HSV(B) | 166.38º | 0.6% | 0.93% | - |
XYZ | 45.61 | 66.78 | 67.61 | - |
YUV | 190.19 | 135.79 | 60.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 236 | 204 | 0.60 | 0 | 0.14 | 0.07 | 166.38 | 0.79 | 0.65 |
Hex | 5F | EC | CC | 3C | 0 | E | 7 | A6 | 4F | 41 |
Octal | 137 | 354 | 314 | 74 | 0 | 16 | 7 | 246 | 117 | 101 |
Binary | 1011111 | 11101100 | 11001100 | 111100 | 0 | 1110 | 111 | 10100110 | 1001111 | 1000001 |
Color Harmonies of #5FECCC
Complementary color
Monochromatic Colors of #5FECCC
Black with #5FECCC
Text Example
Text Example
White with #5FECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECCC; }
p { color: rgb(95,236,204); }
H1.HeaderClassName
{
color: #5FECCC;
}
.AnyTagClassName
{
color: #5FECCC;
}
</style>
background-color css
<style>
a { background-color: #5FECCC; }
a { background-color: rgb(95,236,204); }
div.DivClassName
{
background-color: #5FECCC;
}
.BgClassName
{
background-color: #5FECCC;
}
</style>
border-color css
<style>
span { border-color: #5FECCC; }
span { border-color: rgb(95,236,204); }
td.TdClassName
{
border-color: #5FECCC;
}
.TagClassName
{
border-color: #5FECCC;
}
</style>