Shades of Downy #5FEECC
Tints of Downy #5FEECC
RGB
CMYK
RGB Variations
Color information
#5FEECC (or 0x5FEECC) is known color: Downy. HEX triplet: 5F, EE and CC. RGB value is (95,238,204). Sum of RGB (Red+Green+Blue) = 95+238+204=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEECC is #A01133. Grayscale: #BFBFBF. Windows color (decimal): -10490164 or 13430367. OLE color: 13430367.
HSL color Cylindrical-coordinate representation of color #5FEECC: hue angle of 165.73º degrees, saturation: 0.81, 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 #5FEECC is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 204 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.07 |
| HSL | 165.73º | 0.81% | 0.65% | - |
| HSV(B) | 165.73º | 0.6% | 0.93% | - |
| XYZ | 46.19 | 67.94 | 67.81 | - |
| YUV | 191.37 | 135.12 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 204 | 0.60 | 0 | 0.14 | 0.07 | 165.73 | 0.81 | 0.65 |
| Hex | 5F | EE | CC | 3C | 0 | E | 7 | A6 | 51 | 41 |
| Octal | 137 | 356 | 314 | 74 | 0 | 16 | 7 | 246 | 121 | 101 |
| Binary | 1011111 | 11101110 | 11001100 | 111100 | 0 | 1110 | 111 | 10100110 | 1010001 | 1000001 |
Color Harmonies of #5FEECC
Complementary color
Monochromatic Colors of #5FEECC
Black with #5FEECC
Text Example
Text Example
White with #5FEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEECC; }
p { color: rgb(95,238,204); }
H1.HeaderClassName
{
color: #5FEECC;
}
.AnyTagClassName
{
color: #5FEECC;
}
</style>
background-color css
<style>
a { background-color: #5FEECC; }
a { background-color: rgb(95,238,204); }
div.DivClassName
{
background-color: #5FEECC;
}
.BgClassName
{
background-color: #5FEECC;
}
</style>
border-color css
<style>
span { border-color: #5FEECC; }
span { border-color: rgb(95,238,204); }
td.TdClassName
{
border-color: #5FEECC;
}
.TagClassName
{
border-color: #5FEECC;
}
</style>