Shades of Downy #5FCAB9
Tints of Downy #5FCAB9
RGB
CMYK
RGB Variations
Color information
#5FCAB9 (or 0x5FCAB9) is known color: Downy. HEX triplet: 5F, CA and B9. RGB value is (95,202,185). Sum of RGB (Red+Green+Blue) = 95+202+185=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAB9 is #A03546. Grayscale: #A8A8A8. Windows color (decimal): -10499399 or 12175967. OLE color: 12175967.
HSL color Cylindrical-coordinate representation of color #5FCAB9: hue angle of 170.47º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCAB9 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 185 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.21 |
| HSL | 170.47º | 0.5% | 0.58% | - |
| HSV(B) | 170.47º | 0.53% | 0.79% | - |
| XYZ | 34.6 | 48.18 | 53.37 | - |
| YUV | 168.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 185 | 0.53 | 0 | 0.08 | 0.21 | 170.47 | 0.5 | 0.58 |
| Hex | 5F | CA | B9 | 35 | 0 | 8 | 15 | AA | 32 | 3A |
| Octal | 137 | 312 | 271 | 65 | 0 | 10 | 25 | 252 | 62 | 72 |
| Binary | 1011111 | 11001010 | 10111001 | 110101 | 0 | 1000 | 10101 | 10101010 | 110010 | 111010 |
Color Harmonies of #5FCAB9
Complementary color
Monochromatic Colors of #5FCAB9
Black with #5FCAB9
Text Example
Text Example
White with #5FCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAB9; }
p { color: rgb(95,202,185); }
H1.HeaderClassName
{
color: #5FCAB9;
}
.AnyTagClassName
{
color: #5FCAB9;
}
</style>
background-color css
<style>
a { background-color: #5FCAB9; }
a { background-color: rgb(95,202,185); }
div.DivClassName
{
background-color: #5FCAB9;
}
.BgClassName
{
background-color: #5FCAB9;
}
</style>
border-color css
<style>
span { border-color: #5FCAB9; }
span { border-color: rgb(95,202,185); }
td.TdClassName
{
border-color: #5FCAB9;
}
.TagClassName
{
border-color: #5FCAB9;
}
</style>