Shades of Downy #5FD8BD
Tints of Downy #5FD8BD
RGB
CMYK
RGB Variations
Color information
#5FD8BD (or 0x5FD8BD) is known color: Downy. HEX triplet: 5F, D8 and BD. RGB value is (95,216,189). Sum of RGB (Red+Green+Blue) = 95+216+189=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD8BD is #A02742. Grayscale: #B0B0B0. Windows color (decimal): -10495811 or 12441695. OLE color: 12441695.
HSL color Cylindrical-coordinate representation of color #5FD8BD: hue angle of 166.61º 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 #5FD8BD is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 189 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.15 |
| HSL | 166.61º | 0.61% | 0.61% | - |
| HSV(B) | 166.61º | 0.56% | 0.85% | - |
| XYZ | 38.46 | 55.22 | 56.78 | - |
| YUV | 176.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 189 | 0.56 | 0 | 0.12 | 0.15 | 166.61 | 0.61 | 0.61 |
| Hex | 5F | D8 | BD | 38 | 0 | C | F | A7 | 3D | 3D |
| Octal | 137 | 330 | 275 | 70 | 0 | 14 | 17 | 247 | 75 | 75 |
| Binary | 1011111 | 11011000 | 10111101 | 111000 | 0 | 1100 | 1111 | 10100111 | 111101 | 111101 |
Color Harmonies of #5FD8BD
Complementary color
Monochromatic Colors of #5FD8BD
Black with #5FD8BD
Text Example
Text Example
White with #5FD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD8BD; }
p { color: rgb(95,216,189); }
H1.HeaderClassName
{
color: #5FD8BD;
}
.AnyTagClassName
{
color: #5FD8BD;
}
</style>
background-color css
<style>
a { background-color: #5FD8BD; }
a { background-color: rgb(95,216,189); }
div.DivClassName
{
background-color: #5FD8BD;
}
.BgClassName
{
background-color: #5FD8BD;
}
</style>
border-color css
<style>
span { border-color: #5FD8BD; }
span { border-color: rgb(95,216,189); }
td.TdClassName
{
border-color: #5FD8BD;
}
.TagClassName
{
border-color: #5FD8BD;
}
</style>