Shades of Downy #61D6C2
Tints of Downy #61D6C2
RGB
CMYK
RGB Variations
Color information
#61D6C2 (or 0x61D6C2) is known color: Downy. HEX triplet: 61, D6 and C2. RGB value is (97,214,194). Sum of RGB (Red+Green+Blue) = 97+214+194=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #61D6C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D6C2 is #9E293D. Grayscale: #B0B0B0. Windows color (decimal): -10365246 or 12768865. OLE color: 12768865.
HSL color Cylindrical-coordinate representation of color #61D6C2: hue angle of 169.74º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D6C2 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 194 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.16 |
| HSL | 169.74º | 0.59% | 0.61% | - |
| HSV(B) | 169.74º | 0.55% | 0.84% | - |
| XYZ | 38.71 | 54.53 | 59.52 | - |
| YUV | 176.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 194 | 0.55 | 0 | 0.09 | 0.16 | 169.74 | 0.59 | 0.61 |
| Hex | 61 | D6 | C2 | 37 | 0 | 9 | 10 | AA | 3B | 3D |
| Octal | 141 | 326 | 302 | 67 | 0 | 11 | 20 | 252 | 73 | 75 |
| Binary | 1100001 | 11010110 | 11000010 | 110111 | 0 | 1001 | 10000 | 10101010 | 111011 | 111101 |
Color Harmonies of #61D6C2
Complementary color
Monochromatic Colors of #61D6C2
Black with #61D6C2
Text Example
Text Example
White with #61D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D6C2; }
p { color: rgb(97,214,194); }
H1.HeaderClassName
{
color: #61D6C2;
}
.AnyTagClassName
{
color: #61D6C2;
}
</style>
background-color css
<style>
a { background-color: #61D6C2; }
a { background-color: rgb(97,214,194); }
div.DivClassName
{
background-color: #61D6C2;
}
.BgClassName
{
background-color: #61D6C2;
}
</style>
border-color css
<style>
span { border-color: #61D6C2; }
span { border-color: rgb(97,214,194); }
td.TdClassName
{
border-color: #61D6C2;
}
.TagClassName
{
border-color: #61D6C2;
}
</style>