Shades of Downy #5FCEBC
Tints of Downy #5FCEBC
RGB
CMYK
RGB Variations
Color information
#5FCEBC (or 0x5FCEBC) is known color: Downy. HEX triplet: 5F, CE and BC. RGB value is (95,206,188). Sum of RGB (Red+Green+Blue) = 95+206+188=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEBC is #A03143. Grayscale: #AAAAAA. Windows color (decimal): -10498372 or 12373599. OLE color: 12373599.
HSL color Cylindrical-coordinate representation of color #5FCEBC: hue angle of 170.27º 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 #5FCEBC is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 188 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.19 |
| HSL | 170.27º | 0.53% | 0.59% | - |
| HSV(B) | 170.27º | 0.54% | 0.81% | - |
| XYZ | 35.87 | 50.21 | 55.38 | - |
| YUV | 170.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 188 | 0.54 | 0 | 0.09 | 0.19 | 170.27 | 0.53 | 0.59 |
| Hex | 5F | CE | BC | 36 | 0 | 9 | 13 | AA | 35 | 3B |
| Octal | 137 | 316 | 274 | 66 | 0 | 11 | 23 | 252 | 65 | 73 |
| Binary | 1011111 | 11001110 | 10111100 | 110110 | 0 | 1001 | 10011 | 10101010 | 110101 | 111011 |
Color Harmonies of #5FCEBC
Complementary color
Monochromatic Colors of #5FCEBC
Black with #5FCEBC
Text Example
Text Example
White with #5FCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEBC; }
p { color: rgb(95,206,188); }
H1.HeaderClassName
{
color: #5FCEBC;
}
.AnyTagClassName
{
color: #5FCEBC;
}
</style>
background-color css
<style>
a { background-color: #5FCEBC; }
a { background-color: rgb(95,206,188); }
div.DivClassName
{
background-color: #5FCEBC;
}
.BgClassName
{
background-color: #5FCEBC;
}
</style>
border-color css
<style>
span { border-color: #5FCEBC; }
span { border-color: rgb(95,206,188); }
td.TdClassName
{
border-color: #5FCEBC;
}
.TagClassName
{
border-color: #5FCEBC;
}
</style>