Shades of Downy #61D2C4
Tints of Downy #61D2C4
RGB
CMYK
RGB Variations
Color information
#61D2C4 (or 0x61D2C4) is known color: Downy. HEX triplet: 61, D2 and C4. RGB value is (97,210,196). Sum of RGB (Red+Green+Blue) = 97+210+196=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #61D2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D2C4 is #9E2D3B. Grayscale: #AEAEAE. Windows color (decimal): -10366268 or 12898913. OLE color: 12898913.
HSL color Cylindrical-coordinate representation of color #61D2C4: hue angle of 172.57º 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 #61D2C4 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 196 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.18 |
| HSL | 172.57º | 0.56% | 0.6% | - |
| HSV(B) | 172.57º | 0.54% | 0.82% | - |
| XYZ | 37.94 | 52.62 | 60.38 | - |
| YUV | 174.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 196 | 0.54 | 0 | 0.07 | 0.18 | 172.57 | 0.56 | 0.6 |
| Hex | 61 | D2 | C4 | 36 | 0 | 7 | 12 | AD | 38 | 3C |
| Octal | 141 | 322 | 304 | 66 | 0 | 7 | 22 | 255 | 70 | 74 |
| Binary | 1100001 | 11010010 | 11000100 | 110110 | 0 | 111 | 10010 | 10101101 | 111000 | 111100 |
Color Harmonies of #61D2C4
Complementary color
Monochromatic Colors of #61D2C4
Black with #61D2C4
Text Example
Text Example
White with #61D2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2C4; }
p { color: rgb(97,210,196); }
H1.HeaderClassName
{
color: #61D2C4;
}
.AnyTagClassName
{
color: #61D2C4;
}
</style>
background-color css
<style>
a { background-color: #61D2C4; }
a { background-color: rgb(97,210,196); }
div.DivClassName
{
background-color: #61D2C4;
}
.BgClassName
{
background-color: #61D2C4;
}
</style>
border-color css
<style>
span { border-color: #61D2C4; }
span { border-color: rgb(97,210,196); }
td.TdClassName
{
border-color: #61D2C4;
}
.TagClassName
{
border-color: #61D2C4;
}
</style>