Shades of Downy #5FD2CA
Tints of Downy #5FD2CA
RGB
CMYK
RGB Variations
Color information
#5FD2CA (or 0x5FD2CA) is known color: Downy. HEX triplet: 5F, D2 and CA. RGB value is (95,210,202). Sum of RGB (Red+Green+Blue) = 95+210+202=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD2CA is #A02D35. Grayscale: #AEAEAE. Windows color (decimal): -10497334 or 13292127. OLE color: 13292127.
HSL color Cylindrical-coordinate representation of color #5FD2CA: hue angle of 175.83º degrees, saturation: 0.56, 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 #5FD2CA is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 202 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.18 |
| HSL | 175.83º | 0.56% | 0.6% | - |
| HSV(B) | 175.83º | 0.55% | 0.82% | - |
| XYZ | 38.43 | 52.79 | 64.04 | - |
| YUV | 174.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 202 | 0.55 | 0 | 0.04 | 0.18 | 175.83 | 0.56 | 0.6 |
| Hex | 5F | D2 | CA | 37 | 0 | 4 | 12 | B0 | 38 | 3C |
| Octal | 137 | 322 | 312 | 67 | 0 | 4 | 22 | 260 | 70 | 74 |
| Binary | 1011111 | 11010010 | 11001010 | 110111 | 0 | 100 | 10010 | 10110000 | 111000 | 111100 |
Color Harmonies of #5FD2CA
Complementary color
Monochromatic Colors of #5FD2CA
Black with #5FD2CA
Text Example
Text Example
White with #5FD2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD2CA; }
p { color: rgb(95,210,202); }
H1.HeaderClassName
{
color: #5FD2CA;
}
.AnyTagClassName
{
color: #5FD2CA;
}
</style>
background-color css
<style>
a { background-color: #5FD2CA; }
a { background-color: rgb(95,210,202); }
div.DivClassName
{
background-color: #5FD2CA;
}
.BgClassName
{
background-color: #5FD2CA;
}
</style>
border-color css
<style>
span { border-color: #5FD2CA; }
span { border-color: rgb(95,210,202); }
td.TdClassName
{
border-color: #5FD2CA;
}
.TagClassName
{
border-color: #5FD2CA;
}
</style>