Shades of Downy #61DABB
Tints of Downy #61DABB
RGB
CMYK
RGB Variations
Color information
#61DABB (or 0x61DABB) is known color: Downy. HEX triplet: 61, DA and BB. RGB value is (97,218,187). Sum of RGB (Red+Green+Blue) = 97+218+187=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #61DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DABB is #9E2544. Grayscale: #B2B2B2. Windows color (decimal): -10364229 or 12311137. OLE color: 12311137.
HSL color Cylindrical-coordinate representation of color #61DABB: hue angle of 164.63º 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 #61DABB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 218 | 187 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.15 |
| HSL | 164.63º | 0.62% | 0.62% | - |
| HSV(B) | 164.63º | 0.56% | 0.85% | - |
| XYZ | 38.97 | 56.27 | 55.82 | - |
| YUV | 178.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 187 | 0.56 | 0 | 0.14 | 0.15 | 164.63 | 0.62 | 0.62 |
| Hex | 61 | DA | BB | 38 | 0 | E | F | A5 | 3E | 3E |
| Octal | 141 | 332 | 273 | 70 | 0 | 16 | 17 | 245 | 76 | 76 |
| Binary | 1100001 | 11011010 | 10111011 | 111000 | 0 | 1110 | 1111 | 10100101 | 111110 | 111110 |
Color Harmonies of #61DABB
Complementary color
Monochromatic Colors of #61DABB
Black with #61DABB
Text Example
Text Example
White with #61DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DABB; }
p { color: rgb(97,218,187); }
H1.HeaderClassName
{
color: #61DABB;
}
.AnyTagClassName
{
color: #61DABB;
}
</style>
background-color css
<style>
a { background-color: #61DABB; }
a { background-color: rgb(97,218,187); }
div.DivClassName
{
background-color: #61DABB;
}
.BgClassName
{
background-color: #61DABB;
}
</style>
border-color css
<style>
span { border-color: #61DABB; }
span { border-color: rgb(97,218,187); }
td.TdClassName
{
border-color: #61DABB;
}
.TagClassName
{
border-color: #61DABB;
}
</style>