Shades of Downy #5FDABB
Tints of Downy #5FDABB
RGB
CMYK
RGB Variations
Color information
#5FDABB (or 0x5FDABB) is known color: Downy. HEX triplet: 5F, DA and BB. RGB value is (95,218,187). Sum of RGB (Red+Green+Blue) = 95+218+187=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDABB is #A02544. Grayscale: #B1B1B1. Windows color (decimal): -10495301 or 12311135. OLE color: 12311135.
HSL color Cylindrical-coordinate representation of color #5FDABB: hue angle of 164.88º 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 #5FDABB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 187 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.15 |
| HSL | 164.88º | 0.62% | 0.61% | - |
| HSV(B) | 164.88º | 0.56% | 0.85% | - |
| XYZ | 38.76 | 56.16 | 55.81 | - |
| YUV | 177.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 187 | 0.56 | 0 | 0.14 | 0.15 | 164.88 | 0.62 | 0.61 |
| Hex | 5F | DA | BB | 38 | 0 | E | F | A5 | 3E | 3D |
| Octal | 137 | 332 | 273 | 70 | 0 | 16 | 17 | 245 | 76 | 75 |
| Binary | 1011111 | 11011010 | 10111011 | 111000 | 0 | 1110 | 1111 | 10100101 | 111110 | 111101 |
Color Harmonies of #5FDABB
Complementary color
Monochromatic Colors of #5FDABB
Black with #5FDABB
Text Example
Text Example
White with #5FDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDABB; }
p { color: rgb(95,218,187); }
H1.HeaderClassName
{
color: #5FDABB;
}
.AnyTagClassName
{
color: #5FDABB;
}
</style>
background-color css
<style>
a { background-color: #5FDABB; }
a { background-color: rgb(95,218,187); }
div.DivClassName
{
background-color: #5FDABB;
}
.BgClassName
{
background-color: #5FDABB;
}
</style>
border-color css
<style>
span { border-color: #5FDABB; }
span { border-color: rgb(95,218,187); }
td.TdClassName
{
border-color: #5FDABB;
}
.TagClassName
{
border-color: #5FDABB;
}
</style>