Shades of Downy #5FDBCA
Tints of Downy #5FDBCA
RGB
CMYK
RGB Variations
Color information
#5FDBCA (or 0x5FDBCA) is known color: Downy. HEX triplet: 5F, DB and CA. RGB value is (95,219,202). Sum of RGB (Red+Green+Blue) = 95+219+202=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDBCA is #A02435. Grayscale: #B3B3B3. Windows color (decimal): -10495030 or 13294431. OLE color: 13294431.
HSL color Cylindrical-coordinate representation of color #5FDBCA: hue angle of 171.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDBCA is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 202 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.14 |
| HSL | 171.77º | 0.63% | 0.62% | - |
| HSV(B) | 171.77º | 0.57% | 0.86% | - |
| XYZ | 40.71 | 57.36 | 64.8 | - |
| YUV | 179.99 | 140.42 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 202 | 0.57 | 0 | 0.08 | 0.14 | 171.77 | 0.63 | 0.62 |
| Hex | 5F | DB | CA | 39 | 0 | 8 | E | AC | 3F | 3E |
| Octal | 137 | 333 | 312 | 71 | 0 | 10 | 16 | 254 | 77 | 76 |
| Binary | 1011111 | 11011011 | 11001010 | 111001 | 0 | 1000 | 1110 | 10101100 | 111111 | 111110 |
Color Harmonies of #5FDBCA
Complementary color
Monochromatic Colors of #5FDBCA
Black with #5FDBCA
Text Example
Text Example
White with #5FDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBCA; }
p { color: rgb(95,219,202); }
H1.HeaderClassName
{
color: #5FDBCA;
}
.AnyTagClassName
{
color: #5FDBCA;
}
</style>
background-color css
<style>
a { background-color: #5FDBCA; }
a { background-color: rgb(95,219,202); }
div.DivClassName
{
background-color: #5FDBCA;
}
.BgClassName
{
background-color: #5FDBCA;
}
</style>
border-color css
<style>
span { border-color: #5FDBCA; }
span { border-color: rgb(95,219,202); }
td.TdClassName
{
border-color: #5FDBCA;
}
.TagClassName
{
border-color: #5FDBCA;
}
</style>