Shades of Downy #5FD8BB
Tints of Downy #5FD8BB
RGB
CMYK
RGB Variations
Color information
#5FD8BB (or 0x5FD8BB) is known color: Downy. HEX triplet: 5F, D8 and BB. RGB value is (95,216,187). Sum of RGB (Red+Green+Blue) = 95+216+187=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD8BB is #A02744. Grayscale: #B0B0B0. Windows color (decimal): -10495813 or 12310623. OLE color: 12310623.
HSL color Cylindrical-coordinate representation of color #5FD8BB: hue angle of 165.62º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD8BB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 187 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.15 |
| HSL | 165.62º | 0.61% | 0.61% | - |
| HSV(B) | 165.62º | 0.56% | 0.85% | - |
| XYZ | 38.24 | 55.13 | 55.64 | - |
| YUV | 176.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 187 | 0.56 | 0 | 0.13 | 0.15 | 165.62 | 0.61 | 0.61 |
| Hex | 5F | D8 | BB | 38 | 0 | D | F | A6 | 3D | 3D |
| Octal | 137 | 330 | 273 | 70 | 0 | 15 | 17 | 246 | 75 | 75 |
| Binary | 1011111 | 11011000 | 10111011 | 111000 | 0 | 1101 | 1111 | 10100110 | 111101 | 111101 |
Color Harmonies of #5FD8BB
Complementary color
Monochromatic Colors of #5FD8BB
Black with #5FD8BB
Text Example
Text Example
White with #5FD8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD8BB; }
p { color: rgb(95,216,187); }
H1.HeaderClassName
{
color: #5FD8BB;
}
.AnyTagClassName
{
color: #5FD8BB;
}
</style>
background-color css
<style>
a { background-color: #5FD8BB; }
a { background-color: rgb(95,216,187); }
div.DivClassName
{
background-color: #5FD8BB;
}
.BgClassName
{
background-color: #5FD8BB;
}
</style>
border-color css
<style>
span { border-color: #5FD8BB; }
span { border-color: rgb(95,216,187); }
td.TdClassName
{
border-color: #5FD8BB;
}
.TagClassName
{
border-color: #5FD8BB;
}
</style>