Shades of Downy #61D2C7
Tints of Downy #61D2C7
RGB
CMYK
RGB Variations
Color information
#61D2C7 (or 0x61D2C7) is known color: Downy. HEX triplet: 61, D2 and C7. RGB value is (97,210,199). Sum of RGB (Red+Green+Blue) = 97+210+199=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #61D2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D2C7 is #9E2D38. Grayscale: #AEAEAE. Windows color (decimal): -10366265 or 13095521. OLE color: 13095521.
HSL color Cylindrical-coordinate representation of color #61D2C7: hue angle of 174.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D2C7 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 199 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.18 |
| HSL | 174.16º | 0.56% | 0.6% | - |
| HSV(B) | 174.16º | 0.54% | 0.82% | - |
| XYZ | 38.29 | 52.76 | 62.2 | - |
| YUV | 174.96 | 141.56 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 199 | 0.54 | 0 | 0.05 | 0.18 | 174.16 | 0.56 | 0.6 |
| Hex | 61 | D2 | C7 | 36 | 0 | 5 | 12 | AE | 38 | 3C |
| Octal | 141 | 322 | 307 | 66 | 0 | 5 | 22 | 256 | 70 | 74 |
| Binary | 1100001 | 11010010 | 11000111 | 110110 | 0 | 101 | 10010 | 10101110 | 111000 | 111100 |
Color Harmonies of #61D2C7
Complementary color
Monochromatic Colors of #61D2C7
Black with #61D2C7
Text Example
Text Example
White with #61D2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2C7; }
p { color: rgb(97,210,199); }
H1.HeaderClassName
{
color: #61D2C7;
}
.AnyTagClassName
{
color: #61D2C7;
}
</style>
background-color css
<style>
a { background-color: #61D2C7; }
a { background-color: rgb(97,210,199); }
div.DivClassName
{
background-color: #61D2C7;
}
.BgClassName
{
background-color: #61D2C7;
}
</style>
border-color css
<style>
span { border-color: #61D2C7; }
span { border-color: rgb(97,210,199); }
td.TdClassName
{
border-color: #61D2C7;
}
.TagClassName
{
border-color: #61D2C7;
}
</style>