Shades of Downy #5FCEC7
Tints of Downy #5FCEC7
RGB
CMYK
RGB Variations
Color information
#5FCEC7 (or 0x5FCEC7) is known color: Downy. HEX triplet: 5F, CE and C7. RGB value is (95,206,199). Sum of RGB (Red+Green+Blue) = 95+206+199=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEC7 is #A03138. Grayscale: #ABABAB. Windows color (decimal): -10498361 or 13094495. OLE color: 13094495.
HSL color Cylindrical-coordinate representation of color #5FCEC7: hue angle of 176.22º 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 #5FCEC7 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 199 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.19 |
| HSL | 176.22º | 0.53% | 0.59% | - |
| HSV(B) | 176.22º | 0.54% | 0.81% | - |
| XYZ | 37.1 | 50.7 | 61.86 | - |
| YUV | 172.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 199 | 0.54 | 0 | 0.03 | 0.19 | 176.22 | 0.53 | 0.59 |
| Hex | 5F | CE | C7 | 36 | 0 | 3 | 13 | B0 | 35 | 3B |
| Octal | 137 | 316 | 307 | 66 | 0 | 3 | 23 | 260 | 65 | 73 |
| Binary | 1011111 | 11001110 | 11000111 | 110110 | 0 | 11 | 10011 | 10110000 | 110101 | 111011 |
Color Harmonies of #5FCEC7
Complementary color
Monochromatic Colors of #5FCEC7
Black with #5FCEC7
Text Example
Text Example
White with #5FCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEC7; }
p { color: rgb(95,206,199); }
H1.HeaderClassName
{
color: #5FCEC7;
}
.AnyTagClassName
{
color: #5FCEC7;
}
</style>
background-color css
<style>
a { background-color: #5FCEC7; }
a { background-color: rgb(95,206,199); }
div.DivClassName
{
background-color: #5FCEC7;
}
.BgClassName
{
background-color: #5FCEC7;
}
</style>
border-color css
<style>
span { border-color: #5FCEC7; }
span { border-color: rgb(95,206,199); }
td.TdClassName
{
border-color: #5FCEC7;
}
.TagClassName
{
border-color: #5FCEC7;
}
</style>