Shades of Downy #5FCEB7
Tints of Downy #5FCEB7
RGB
CMYK
RGB Variations
Color information
#5FCEB7 (or 0x5FCEB7) is known color: Downy. HEX triplet: 5F, CE and B7. RGB value is (95,206,183). Sum of RGB (Red+Green+Blue) = 95+206+183=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEB7 is #A03148. Grayscale: #AAAAAA. Windows color (decimal): -10498377 or 12045919. OLE color: 12045919.
HSL color Cylindrical-coordinate representation of color #5FCEB7: hue angle of 167.57º 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 #5FCEB7 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 183 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.19 |
| HSL | 167.57º | 0.53% | 0.59% | - |
| HSV(B) | 167.57º | 0.54% | 0.81% | - |
| XYZ | 35.34 | 49.99 | 52.59 | - |
| YUV | 170.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 183 | 0.54 | 0 | 0.11 | 0.19 | 167.57 | 0.53 | 0.59 |
| Hex | 5F | CE | B7 | 36 | 0 | B | 13 | A8 | 35 | 3B |
| Octal | 137 | 316 | 267 | 66 | 0 | 13 | 23 | 250 | 65 | 73 |
| Binary | 1011111 | 11001110 | 10110111 | 110110 | 0 | 1011 | 10011 | 10101000 | 110101 | 111011 |
Color Harmonies of #5FCEB7
Complementary color
Monochromatic Colors of #5FCEB7
Black with #5FCEB7
Text Example
Text Example
White with #5FCEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEB7; }
p { color: rgb(95,206,183); }
H1.HeaderClassName
{
color: #5FCEB7;
}
.AnyTagClassName
{
color: #5FCEB7;
}
</style>
background-color css
<style>
a { background-color: #5FCEB7; }
a { background-color: rgb(95,206,183); }
div.DivClassName
{
background-color: #5FCEB7;
}
.BgClassName
{
background-color: #5FCEB7;
}
</style>
border-color css
<style>
span { border-color: #5FCEB7; }
span { border-color: rgb(95,206,183); }
td.TdClassName
{
border-color: #5FCEB7;
}
.TagClassName
{
border-color: #5FCEB7;
}
</style>