Shades of Downy #5FD9BB
Tints of Downy #5FD9BB
RGB
CMYK
RGB Variations
Color information
#5FD9BB (or 0x5FD9BB) is known color: Downy. HEX triplet: 5F, D9 and BB. RGB value is (95,217,187). Sum of RGB (Red+Green+Blue) = 95+217+187=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9BB is #A02644. Grayscale: #B1B1B1. Windows color (decimal): -10495557 or 12310879. OLE color: 12310879.
HSL color Cylindrical-coordinate representation of color #5FD9BB: hue angle of 165.25º 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 #5FD9BB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 187 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.15 |
| HSL | 165.25º | 0.62% | 0.61% | - |
| HSV(B) | 165.25º | 0.56% | 0.85% | - |
| XYZ | 38.5 | 55.65 | 55.73 | - |
| YUV | 177.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 187 | 0.56 | 0 | 0.14 | 0.15 | 165.25 | 0.62 | 0.61 |
| Hex | 5F | D9 | BB | 38 | 0 | E | F | A5 | 3E | 3D |
| Octal | 137 | 331 | 273 | 70 | 0 | 16 | 17 | 245 | 76 | 75 |
| Binary | 1011111 | 11011001 | 10111011 | 111000 | 0 | 1110 | 1111 | 10100101 | 111110 | 111101 |
Color Harmonies of #5FD9BB
Complementary color
Monochromatic Colors of #5FD9BB
Black with #5FD9BB
Text Example
Text Example
White with #5FD9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD9BB; }
p { color: rgb(95,217,187); }
H1.HeaderClassName
{
color: #5FD9BB;
}
.AnyTagClassName
{
color: #5FD9BB;
}
</style>
background-color css
<style>
a { background-color: #5FD9BB; }
a { background-color: rgb(95,217,187); }
div.DivClassName
{
background-color: #5FD9BB;
}
.BgClassName
{
background-color: #5FD9BB;
}
</style>
border-color css
<style>
span { border-color: #5FD9BB; }
span { border-color: rgb(95,217,187); }
td.TdClassName
{
border-color: #5FD9BB;
}
.TagClassName
{
border-color: #5FD9BB;
}
</style>