Shades of Downy #61DABA
Tints of Downy #61DABA
RGB
CMYK
RGB Variations
Color information
#61DABA (or 0x61DABA) is known color: Downy. HEX triplet: 61, DA and BA. RGB value is (97,218,186). Sum of RGB (Red+Green+Blue) = 97+218+186=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #61DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DABA is #9E2545. Grayscale: #B2B2B2. Windows color (decimal): -10364230 or 12245601. OLE color: 12245601.
HSL color Cylindrical-coordinate representation of color #61DABA: hue angle of 164.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DABA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 218 | 186 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.15 |
| HSL | 164.13º | 0.62% | 0.62% | - |
| HSV(B) | 164.13º | 0.56% | 0.85% | - |
| XYZ | 38.86 | 56.23 | 55.26 | - |
| YUV | 178.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 186 | 0.56 | 0 | 0.15 | 0.15 | 164.13 | 0.62 | 0.62 |
| Hex | 61 | DA | BA | 38 | 0 | F | F | A4 | 3E | 3E |
| Octal | 141 | 332 | 272 | 70 | 0 | 17 | 17 | 244 | 76 | 76 |
| Binary | 1100001 | 11011010 | 10111010 | 111000 | 0 | 1111 | 1111 | 10100100 | 111110 | 111110 |
Color Harmonies of #61DABA
Complementary color
Monochromatic Colors of #61DABA
Black with #61DABA
Text Example
Text Example
White with #61DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DABA; }
p { color: rgb(97,218,186); }
H1.HeaderClassName
{
color: #61DABA;
}
.AnyTagClassName
{
color: #61DABA;
}
</style>
background-color css
<style>
a { background-color: #61DABA; }
a { background-color: rgb(97,218,186); }
div.DivClassName
{
background-color: #61DABA;
}
.BgClassName
{
background-color: #61DABA;
}
</style>
border-color css
<style>
span { border-color: #61DABA; }
span { border-color: rgb(97,218,186); }
td.TdClassName
{
border-color: #61DABA;
}
.TagClassName
{
border-color: #61DABA;
}
</style>