Shades of Downy #5FECCE
Tints of Downy #5FECCE
RGB
CMYK
RGB Variations
Color information
#5FECCE (or 0x5FECCE) is known color: Downy. HEX triplet: 5F, EC and CE. RGB value is (95,236,206). Sum of RGB (Red+Green+Blue) = 95+236+206=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECCE is #A01331. Grayscale: #BEBEBE. Windows color (decimal): -10490674 or 13560927. OLE color: 13560927.
HSL color Cylindrical-coordinate representation of color #5FECCE: hue angle of 167.23º 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 #5FECCE is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 206 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.07 |
| HSL | 167.23º | 0.79% | 0.65% | - |
| HSV(B) | 167.23º | 0.6% | 0.93% | - |
| XYZ | 45.86 | 66.88 | 68.88 | - |
| YUV | 190.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 206 | 0.60 | 0 | 0.13 | 0.07 | 167.23 | 0.79 | 0.65 |
| Hex | 5F | EC | CE | 3C | 0 | D | 7 | A7 | 4F | 41 |
| Octal | 137 | 354 | 316 | 74 | 0 | 15 | 7 | 247 | 117 | 101 |
| Binary | 1011111 | 11101100 | 11001110 | 111100 | 0 | 1101 | 111 | 10100111 | 1001111 | 1000001 |
Color Harmonies of #5FECCE
Complementary color
Monochromatic Colors of #5FECCE
Black with #5FECCE
Text Example
Text Example
White with #5FECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECCE; }
p { color: rgb(95,236,206); }
H1.HeaderClassName
{
color: #5FECCE;
}
.AnyTagClassName
{
color: #5FECCE;
}
</style>
background-color css
<style>
a { background-color: #5FECCE; }
a { background-color: rgb(95,236,206); }
div.DivClassName
{
background-color: #5FECCE;
}
.BgClassName
{
background-color: #5FECCE;
}
</style>
border-color css
<style>
span { border-color: #5FECCE; }
span { border-color: rgb(95,236,206); }
td.TdClassName
{
border-color: #5FECCE;
}
.TagClassName
{
border-color: #5FECCE;
}
</style>