Shades of Downy #61D8CA
Tints of Downy #61D8CA
RGB
CMYK
RGB Variations
Color information
#61D8CA (or 0x61D8CA) is known color: Downy. HEX triplet: 61, D8 and CA. RGB value is (97,216,202). Sum of RGB (Red+Green+Blue) = 97+216+202=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8CA is #9E2735. Grayscale: #B2B2B2. Windows color (decimal): -10364726 or 13293665. OLE color: 13293665.
HSL color Cylindrical-coordinate representation of color #61D8CA: hue angle of 172.94º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D8CA is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 202 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.15 |
| HSL | 172.94º | 0.6% | 0.61% | - |
| HSV(B) | 172.94º | 0.55% | 0.85% | - |
| XYZ | 40.15 | 55.92 | 64.55 | - |
| YUV | 178.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 202 | 0.55 | 0 | 0.06 | 0.15 | 172.94 | 0.6 | 0.61 |
| Hex | 61 | D8 | CA | 37 | 0 | 6 | F | AD | 3C | 3D |
| Octal | 141 | 330 | 312 | 67 | 0 | 6 | 17 | 255 | 74 | 75 |
| Binary | 1100001 | 11011000 | 11001010 | 110111 | 0 | 110 | 1111 | 10101101 | 111100 | 111101 |
Color Harmonies of #61D8CA
Complementary color
Monochromatic Colors of #61D8CA
Black with #61D8CA
Text Example
Text Example
White with #61D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D8CA; }
p { color: rgb(97,216,202); }
H1.HeaderClassName
{
color: #61D8CA;
}
.AnyTagClassName
{
color: #61D8CA;
}
</style>
background-color css
<style>
a { background-color: #61D8CA; }
a { background-color: rgb(97,216,202); }
div.DivClassName
{
background-color: #61D8CA;
}
.BgClassName
{
background-color: #61D8CA;
}
</style>
border-color css
<style>
span { border-color: #61D8CA; }
span { border-color: rgb(97,216,202); }
td.TdClassName
{
border-color: #61D8CA;
}
.TagClassName
{
border-color: #61D8CA;
}
</style>