Shades of Downy #61D9C4
Tints of Downy #61D9C4
RGB
CMYK
RGB Variations
Color information
#61D9C4 (or 0x61D9C4) is known color: Downy. HEX triplet: 61, D9 and C4. RGB value is (97,217,196). Sum of RGB (Red+Green+Blue) = 97+217+196=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9C4 is #9E263B. Grayscale: #B2B2B2. Windows color (decimal): -10364476 or 12900705. OLE color: 12900705.
HSL color Cylindrical-coordinate representation of color #61D9C4: hue angle of 169.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9C4 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 196 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.15 |
| HSL | 169.5º | 0.61% | 0.62% | - |
| HSV(B) | 169.5º | 0.55% | 0.85% | - |
| XYZ | 39.71 | 56.15 | 60.97 | - |
| YUV | 178.73 | 137.74 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 196 | 0.55 | 0 | 0.10 | 0.15 | 169.5 | 0.61 | 0.62 |
| Hex | 61 | D9 | C4 | 37 | 0 | A | F | AA | 3D | 3E |
| Octal | 141 | 331 | 304 | 67 | 0 | 12 | 17 | 252 | 75 | 76 |
| Binary | 1100001 | 11011001 | 11000100 | 110111 | 0 | 1010 | 1111 | 10101010 | 111101 | 111110 |
Color Harmonies of #61D9C4
Complementary color
Monochromatic Colors of #61D9C4
Black with #61D9C4
Text Example
Text Example
White with #61D9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D9C4; }
p { color: rgb(97,217,196); }
H1.HeaderClassName
{
color: #61D9C4;
}
.AnyTagClassName
{
color: #61D9C4;
}
</style>
background-color css
<style>
a { background-color: #61D9C4; }
a { background-color: rgb(97,217,196); }
div.DivClassName
{
background-color: #61D9C4;
}
.BgClassName
{
background-color: #61D9C4;
}
</style>
border-color css
<style>
span { border-color: #61D9C4; }
span { border-color: rgb(97,217,196); }
td.TdClassName
{
border-color: #61D9C4;
}
.TagClassName
{
border-color: #61D9C4;
}
</style>