Shades of Downy #5FCABA
Tints of Downy #5FCABA
RGB
CMYK
RGB Variations
Color information
#5FCABA (or 0x5FCABA) is known color: Downy. HEX triplet: 5F, CA and BA. RGB value is (95,202,186). Sum of RGB (Red+Green+Blue) = 95+202+186=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCABA is #A03545. Grayscale: #A8A8A8. Windows color (decimal): -10499398 or 12241503. OLE color: 12241503.
HSL color Cylindrical-coordinate representation of color #5FCABA: hue angle of 171.03º 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 #5FCABA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 186 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.21 |
| HSL | 171.03º | 0.5% | 0.58% | - |
| HSV(B) | 171.03º | 0.53% | 0.79% | - |
| XYZ | 34.7 | 48.22 | 53.93 | - |
| YUV | 168.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 186 | 0.53 | 0 | 0.08 | 0.21 | 171.03 | 0.5 | 0.58 |
| Hex | 5F | CA | BA | 35 | 0 | 8 | 15 | AB | 32 | 3A |
| Octal | 137 | 312 | 272 | 65 | 0 | 10 | 25 | 253 | 62 | 72 |
| Binary | 1011111 | 11001010 | 10111010 | 110101 | 0 | 1000 | 10101 | 10101011 | 110010 | 111010 |
Color Harmonies of #5FCABA
Complementary color
Monochromatic Colors of #5FCABA
Black with #5FCABA
Text Example
Text Example
White with #5FCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCABA; }
p { color: rgb(95,202,186); }
H1.HeaderClassName
{
color: #5FCABA;
}
.AnyTagClassName
{
color: #5FCABA;
}
</style>
background-color css
<style>
a { background-color: #5FCABA; }
a { background-color: rgb(95,202,186); }
div.DivClassName
{
background-color: #5FCABA;
}
.BgClassName
{
background-color: #5FCABA;
}
</style>
border-color css
<style>
span { border-color: #5FCABA; }
span { border-color: rgb(95,202,186); }
td.TdClassName
{
border-color: #5FCABA;
}
.TagClassName
{
border-color: #5FCABA;
}
</style>