Shades of Downy #5FECBB
Tints of Downy #5FECBB
RGB
CMYK
RGB Variations
Color information
#5FECBB (or 0x5FECBB) is known color: Downy. HEX triplet: 5F, EC and BB. RGB value is (95,236,187). Sum of RGB (Red+Green+Blue) = 95+236+187=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECBB is #A01344. Grayscale: #BCBCBC. Windows color (decimal): -10490693 or 12315743. OLE color: 12315743.
HSL color Cylindrical-coordinate representation of color #5FECBB: hue angle of 159.15º degrees, saturation: 0.79, 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 #5FECBB is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 187 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.07 |
| HSL | 159.15º | 0.79% | 0.65% | - |
| HSV(B) | 159.15º | 0.6% | 0.93% | - |
| XYZ | 43.68 | 66.01 | 57.45 | - |
| YUV | 188.26 | 127.29 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 187 | 0.60 | 0 | 0.21 | 0.07 | 159.15 | 0.79 | 0.65 |
| Hex | 5F | EC | BB | 3C | 0 | 15 | 7 | 9F | 4F | 41 |
| Octal | 137 | 354 | 273 | 74 | 0 | 25 | 7 | 237 | 117 | 101 |
| Binary | 1011111 | 11101100 | 10111011 | 111100 | 0 | 10101 | 111 | 10011111 | 1001111 | 1000001 |
Color Harmonies of #5FECBB
Complementary color
Monochromatic Colors of #5FECBB
Black with #5FECBB
Text Example
Text Example
White with #5FECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECBB; }
p { color: rgb(95,236,187); }
H1.HeaderClassName
{
color: #5FECBB;
}
.AnyTagClassName
{
color: #5FECBB;
}
</style>
background-color css
<style>
a { background-color: #5FECBB; }
a { background-color: rgb(95,236,187); }
div.DivClassName
{
background-color: #5FECBB;
}
.BgClassName
{
background-color: #5FECBB;
}
</style>
border-color css
<style>
span { border-color: #5FECBB; }
span { border-color: rgb(95,236,187); }
td.TdClassName
{
border-color: #5FECBB;
}
.TagClassName
{
border-color: #5FECBB;
}
</style>