Shades of Downy #61D4CA
Tints of Downy #61D4CA
RGB
CMYK
RGB Variations
Color information
#61D4CA (or 0x61D4CA) is known color: Downy. HEX triplet: 61, D4 and CA. RGB value is (97,212,202). Sum of RGB (Red+Green+Blue) = 97+212+202=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #61D4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D4CA is #9E2B35. Grayscale: #B0B0B0. Windows color (decimal): -10365750 or 13292641. OLE color: 13292641.
HSL color Cylindrical-coordinate representation of color #61D4CA: hue angle of 174.78º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D4CA is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 202 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.17 |
| HSL | 174.78º | 0.57% | 0.61% | - |
| HSV(B) | 174.78º | 0.54% | 0.83% | - |
| XYZ | 39.13 | 53.89 | 64.22 | - |
| YUV | 176.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 202 | 0.54 | 0 | 0.05 | 0.17 | 174.78 | 0.57 | 0.61 |
| Hex | 61 | D4 | CA | 36 | 0 | 5 | 11 | AF | 39 | 3D |
| Octal | 141 | 324 | 312 | 66 | 0 | 5 | 21 | 257 | 71 | 75 |
| Binary | 1100001 | 11010100 | 11001010 | 110110 | 0 | 101 | 10001 | 10101111 | 111001 | 111101 |
Color Harmonies of #61D4CA
Complementary color
Monochromatic Colors of #61D4CA
Black with #61D4CA
Text Example
Text Example
White with #61D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D4CA; }
p { color: rgb(97,212,202); }
H1.HeaderClassName
{
color: #61D4CA;
}
.AnyTagClassName
{
color: #61D4CA;
}
</style>
background-color css
<style>
a { background-color: #61D4CA; }
a { background-color: rgb(97,212,202); }
div.DivClassName
{
background-color: #61D4CA;
}
.BgClassName
{
background-color: #61D4CA;
}
</style>
border-color css
<style>
span { border-color: #61D4CA; }
span { border-color: rgb(97,212,202); }
td.TdClassName
{
border-color: #61D4CA;
}
.TagClassName
{
border-color: #61D4CA;
}
</style>