Shades of Downy #61DDB8
Tints of Downy #61DDB8
RGB
CMYK
RGB Variations
Color information
#61DDB8 (or 0x61DDB8) is known color: Downy. HEX triplet: 61, DD and B8. RGB value is (97,221,184). Sum of RGB (Red+Green+Blue) = 97+221+184=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDB8 is #9E2247. Grayscale: #B3B3B3. Windows color (decimal): -10363464 or 12115297. OLE color: 12115297.
HSL color Cylindrical-coordinate representation of color #61DDB8: hue angle of 162.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DDB8 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 184 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.13 |
| HSL | 162.1º | 0.65% | 0.62% | - |
| HSV(B) | 162.1º | 0.56% | 0.87% | - |
| XYZ | 39.44 | 57.71 | 54.41 | - |
| YUV | 179.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 184 | 0.56 | 0 | 0.17 | 0.13 | 162.1 | 0.65 | 0.62 |
| Hex | 61 | DD | B8 | 38 | 0 | 11 | D | A2 | 41 | 3E |
| Octal | 141 | 335 | 270 | 70 | 0 | 21 | 15 | 242 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10111000 | 111000 | 0 | 10001 | 1101 | 10100010 | 1000001 | 111110 |
Color Harmonies of #61DDB8
Complementary color
Monochromatic Colors of #61DDB8
Black with #61DDB8
Text Example
Text Example
White with #61DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDB8; }
p { color: rgb(97,221,184); }
H1.HeaderClassName
{
color: #61DDB8;
}
.AnyTagClassName
{
color: #61DDB8;
}
</style>
background-color css
<style>
a { background-color: #61DDB8; }
a { background-color: rgb(97,221,184); }
div.DivClassName
{
background-color: #61DDB8;
}
.BgClassName
{
background-color: #61DDB8;
}
</style>
border-color css
<style>
span { border-color: #61DDB8; }
span { border-color: rgb(97,221,184); }
td.TdClassName
{
border-color: #61DDB8;
}
.TagClassName
{
border-color: #61DDB8;
}
</style>