Shades of Downy #61D4BA
Tints of Downy #61D4BA
RGB
CMYK
RGB Variations
Color information
#61D4BA (or 0x61D4BA) is known color: Downy. HEX triplet: 61, D4 and BA. RGB value is (97,212,186). Sum of RGB (Red+Green+Blue) = 97+212+186=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #61D4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D4BA is #9E2B45. Grayscale: #AEAEAE. Windows color (decimal): -10365766 or 12244065. OLE color: 12244065.
HSL color Cylindrical-coordinate representation of color #61D4BA: hue angle of 166.43º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D4BA is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 186 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.17 |
| HSL | 166.43º | 0.57% | 0.61% | - |
| HSV(B) | 166.43º | 0.54% | 0.83% | - |
| XYZ | 37.34 | 53.17 | 54.75 | - |
| YUV | 174.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 186 | 0.54 | 0 | 0.12 | 0.17 | 166.43 | 0.57 | 0.61 |
| Hex | 61 | D4 | BA | 36 | 0 | C | 11 | A6 | 39 | 3D |
| Octal | 141 | 324 | 272 | 66 | 0 | 14 | 21 | 246 | 71 | 75 |
| Binary | 1100001 | 11010100 | 10111010 | 110110 | 0 | 1100 | 10001 | 10100110 | 111001 | 111101 |
Color Harmonies of #61D4BA
Complementary color
Monochromatic Colors of #61D4BA
Black with #61D4BA
Text Example
Text Example
White with #61D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D4BA; }
p { color: rgb(97,212,186); }
H1.HeaderClassName
{
color: #61D4BA;
}
.AnyTagClassName
{
color: #61D4BA;
}
</style>
background-color css
<style>
a { background-color: #61D4BA; }
a { background-color: rgb(97,212,186); }
div.DivClassName
{
background-color: #61D4BA;
}
.BgClassName
{
background-color: #61D4BA;
}
</style>
border-color css
<style>
span { border-color: #61D4BA; }
span { border-color: rgb(97,212,186); }
td.TdClassName
{
border-color: #61D4BA;
}
.TagClassName
{
border-color: #61D4BA;
}
</style>