Shades of Downy #5FD1BD
Tints of Downy #5FD1BD
RGB
CMYK
RGB Variations
Color information
#5FD1BD (or 0x5FD1BD) is known color: Downy. HEX triplet: 5F, D1 and BD. RGB value is (95,209,189). Sum of RGB (Red+Green+Blue) = 95+209+189=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD1BD is #A02E42. Grayscale: #ACACAC. Windows color (decimal): -10497603 or 12439903. OLE color: 12439903.
HSL color Cylindrical-coordinate representation of color #5FD1BD: hue angle of 169.47º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD1BD is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 189 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.18 |
| HSL | 169.47º | 0.55% | 0.6% | - |
| HSV(B) | 169.47º | 0.55% | 0.82% | - |
| XYZ | 36.71 | 51.71 | 56.19 | - |
| YUV | 172.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 189 | 0.55 | 0 | 0.10 | 0.18 | 169.47 | 0.55 | 0.6 |
| Hex | 5F | D1 | BD | 37 | 0 | A | 12 | A9 | 37 | 3C |
| Octal | 137 | 321 | 275 | 67 | 0 | 12 | 22 | 251 | 67 | 74 |
| Binary | 1011111 | 11010001 | 10111101 | 110111 | 0 | 1010 | 10010 | 10101001 | 110111 | 111100 |
Color Harmonies of #5FD1BD
Complementary color
Monochromatic Colors of #5FD1BD
Black with #5FD1BD
Text Example
Text Example
White with #5FD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD1BD; }
p { color: rgb(95,209,189); }
H1.HeaderClassName
{
color: #5FD1BD;
}
.AnyTagClassName
{
color: #5FD1BD;
}
</style>
background-color css
<style>
a { background-color: #5FD1BD; }
a { background-color: rgb(95,209,189); }
div.DivClassName
{
background-color: #5FD1BD;
}
.BgClassName
{
background-color: #5FD1BD;
}
</style>
border-color css
<style>
span { border-color: #5FD1BD; }
span { border-color: rgb(95,209,189); }
td.TdClassName
{
border-color: #5FD1BD;
}
.TagClassName
{
border-color: #5FD1BD;
}
</style>