Shades of Downy #5FD9BD
Tints of Downy #5FD9BD
RGB
CMYK
RGB Variations
Color information
#5FD9BD (or 0x5FD9BD) is known color: Downy. HEX triplet: 5F, D9 and BD. RGB value is (95,217,189). Sum of RGB (Red+Green+Blue) = 95+217+189=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9BD is #A02642. Grayscale: #B1B1B1. Windows color (decimal): -10495555 or 12441951. OLE color: 12441951.
HSL color Cylindrical-coordinate representation of color #5FD9BD: hue angle of 166.23º degrees, saturation: 0.62, 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 #5FD9BD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 189 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.15 |
| HSL | 166.23º | 0.62% | 0.61% | - |
| HSV(B) | 166.23º | 0.56% | 0.85% | - |
| XYZ | 38.72 | 55.73 | 56.86 | - |
| YUV | 177.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 189 | 0.56 | 0 | 0.13 | 0.15 | 166.23 | 0.62 | 0.61 |
| Hex | 5F | D9 | BD | 38 | 0 | D | F | A6 | 3E | 3D |
| Octal | 137 | 331 | 275 | 70 | 0 | 15 | 17 | 246 | 76 | 75 |
| Binary | 1011111 | 11011001 | 10111101 | 111000 | 0 | 1101 | 1111 | 10100110 | 111110 | 111101 |
Color Harmonies of #5FD9BD
Complementary color
Monochromatic Colors of #5FD9BD
Black with #5FD9BD
Text Example
Text Example
White with #5FD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD9BD; }
p { color: rgb(95,217,189); }
H1.HeaderClassName
{
color: #5FD9BD;
}
.AnyTagClassName
{
color: #5FD9BD;
}
</style>
background-color css
<style>
a { background-color: #5FD9BD; }
a { background-color: rgb(95,217,189); }
div.DivClassName
{
background-color: #5FD9BD;
}
.BgClassName
{
background-color: #5FD9BD;
}
</style>
border-color css
<style>
span { border-color: #5FD9BD; }
span { border-color: rgb(95,217,189); }
td.TdClassName
{
border-color: #5FD9BD;
}
.TagClassName
{
border-color: #5FD9BD;
}
</style>