Shades of Downy #5FD4CA
Tints of Downy #5FD4CA
RGB
CMYK
RGB Variations
Color information
#5FD4CA (or 0x5FD4CA) is known color: Downy. HEX triplet: 5F, D4 and CA. RGB value is (95,212,202). Sum of RGB (Red+Green+Blue) = 95+212+202=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD4CA is #A02B35. Grayscale: #AFAFAF. Windows color (decimal): -10496822 or 13292639. OLE color: 13292639.
HSL color Cylindrical-coordinate representation of color #5FD4CA: hue angle of 174.87º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD4CA is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 202 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.17 |
| HSL | 174.87º | 0.58% | 0.6% | - |
| HSV(B) | 174.87º | 0.55% | 0.83% | - |
| XYZ | 38.92 | 53.78 | 64.21 | - |
| YUV | 175.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 202 | 0.55 | 0 | 0.05 | 0.17 | 174.87 | 0.58 | 0.6 |
| Hex | 5F | D4 | CA | 37 | 0 | 5 | 11 | AF | 3A | 3C |
| Octal | 137 | 324 | 312 | 67 | 0 | 5 | 21 | 257 | 72 | 74 |
| Binary | 1011111 | 11010100 | 11001010 | 110111 | 0 | 101 | 10001 | 10101111 | 111010 | 111100 |
Color Harmonies of #5FD4CA
Complementary color
Monochromatic Colors of #5FD4CA
Black with #5FD4CA
Text Example
Text Example
White with #5FD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD4CA; }
p { color: rgb(95,212,202); }
H1.HeaderClassName
{
color: #5FD4CA;
}
.AnyTagClassName
{
color: #5FD4CA;
}
</style>
background-color css
<style>
a { background-color: #5FD4CA; }
a { background-color: rgb(95,212,202); }
div.DivClassName
{
background-color: #5FD4CA;
}
.BgClassName
{
background-color: #5FD4CA;
}
</style>
border-color css
<style>
span { border-color: #5FD4CA; }
span { border-color: rgb(95,212,202); }
td.TdClassName
{
border-color: #5FD4CA;
}
.TagClassName
{
border-color: #5FD4CA;
}
</style>