Shades of Downy #61DAB8
Tints of Downy #61DAB8
RGB
CMYK
RGB Variations
Color information
#61DAB8 (or 0x61DAB8) is known color: Downy. HEX triplet: 61, DA and B8. RGB value is (97,218,184). Sum of RGB (Red+Green+Blue) = 97+218+184=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DAB8 is #9E2547. Grayscale: #B1B1B1. Windows color (decimal): -10364232 or 12114529. OLE color: 12114529.
HSL color Cylindrical-coordinate representation of color #61DAB8: hue angle of 163.14º 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 #61DAB8 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 218 | 184 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.15 |
| HSL | 163.14º | 0.62% | 0.62% | - |
| HSV(B) | 163.14º | 0.56% | 0.85% | - |
| XYZ | 38.65 | 56.14 | 54.15 | - |
| YUV | 177.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 184 | 0.56 | 0 | 0.16 | 0.15 | 163.14 | 0.62 | 0.62 |
| Hex | 61 | DA | B8 | 38 | 0 | 10 | F | A3 | 3E | 3E |
| Octal | 141 | 332 | 270 | 70 | 0 | 20 | 17 | 243 | 76 | 76 |
| Binary | 1100001 | 11011010 | 10111000 | 111000 | 0 | 10000 | 1111 | 10100011 | 111110 | 111110 |
Color Harmonies of #61DAB8
Complementary color
Monochromatic Colors of #61DAB8
Black with #61DAB8
Text Example
Text Example
White with #61DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DAB8; }
p { color: rgb(97,218,184); }
H1.HeaderClassName
{
color: #61DAB8;
}
.AnyTagClassName
{
color: #61DAB8;
}
</style>
background-color css
<style>
a { background-color: #61DAB8; }
a { background-color: rgb(97,218,184); }
div.DivClassName
{
background-color: #61DAB8;
}
.BgClassName
{
background-color: #61DAB8;
}
</style>
border-color css
<style>
span { border-color: #61DAB8; }
span { border-color: rgb(97,218,184); }
td.TdClassName
{
border-color: #61DAB8;
}
.TagClassName
{
border-color: #61DAB8;
}
</style>