Shades of Downy #5FEACC
Tints of Downy #5FEACC
RGB
CMYK
RGB Variations
Color information
#5FEACC (or 0x5FEACC) is known color: Downy. HEX triplet: 5F, EA and CC. RGB value is (95,234,204). Sum of RGB (Red+Green+Blue) = 95+234+204=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEACC is #A01533. Grayscale: #BDBDBD. Windows color (decimal): -10491188 or 13429343. OLE color: 13429343.
HSL color Cylindrical-coordinate representation of color #5FEACC: hue angle of 167.05º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEACC is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 204 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.08 |
| HSL | 167.05º | 0.77% | 0.65% | - |
| HSV(B) | 167.05º | 0.59% | 0.92% | - |
| XYZ | 45.04 | 65.64 | 67.42 | - |
| YUV | 189.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 204 | 0.59 | 0 | 0.13 | 0.08 | 167.05 | 0.77 | 0.65 |
| Hex | 5F | EA | CC | 3B | 0 | D | 8 | A7 | 4D | 41 |
| Octal | 137 | 352 | 314 | 73 | 0 | 15 | 10 | 247 | 115 | 101 |
| Binary | 1011111 | 11101010 | 11001100 | 111011 | 0 | 1101 | 1000 | 10100111 | 1001101 | 1000001 |
Color Harmonies of #5FEACC
Complementary color
Monochromatic Colors of #5FEACC
Black with #5FEACC
Text Example
Text Example
White with #5FEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEACC; }
p { color: rgb(95,234,204); }
H1.HeaderClassName
{
color: #5FEACC;
}
.AnyTagClassName
{
color: #5FEACC;
}
</style>
background-color css
<style>
a { background-color: #5FEACC; }
a { background-color: rgb(95,234,204); }
div.DivClassName
{
background-color: #5FEACC;
}
.BgClassName
{
background-color: #5FEACC;
}
</style>
border-color css
<style>
span { border-color: #5FEACC; }
span { border-color: rgb(95,234,204); }
td.TdClassName
{
border-color: #5FEACC;
}
.TagClassName
{
border-color: #5FEACC;
}
</style>