Shades of Downy #61D2B8
Tints of Downy #61D2B8
RGB
CMYK
RGB Variations
Color information
#61D2B8 (or 0x61D2B8) is known color: Downy. HEX triplet: 61, D2 and B8. RGB value is (97,210,184). Sum of RGB (Red+Green+Blue) = 97+210+184=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #61D2B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D2B8 is #9E2D47. Grayscale: #ADADAD. Windows color (decimal): -10366280 or 12112481. OLE color: 12112481.
HSL color Cylindrical-coordinate representation of color #61D2B8: hue angle of 166.19º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D2B8 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 184 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.18 |
| HSL | 166.19º | 0.56% | 0.6% | - |
| HSV(B) | 166.19º | 0.54% | 0.82% | - |
| XYZ | 36.63 | 52.1 | 53.47 | - |
| YUV | 173.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 184 | 0.54 | 0 | 0.12 | 0.18 | 166.19 | 0.56 | 0.6 |
| Hex | 61 | D2 | B8 | 36 | 0 | C | 12 | A6 | 38 | 3C |
| Octal | 141 | 322 | 270 | 66 | 0 | 14 | 22 | 246 | 70 | 74 |
| Binary | 1100001 | 11010010 | 10111000 | 110110 | 0 | 1100 | 10010 | 10100110 | 111000 | 111100 |
Color Harmonies of #61D2B8
Complementary color
Monochromatic Colors of #61D2B8
Black with #61D2B8
Text Example
Text Example
White with #61D2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2B8; }
p { color: rgb(97,210,184); }
H1.HeaderClassName
{
color: #61D2B8;
}
.AnyTagClassName
{
color: #61D2B8;
}
</style>
background-color css
<style>
a { background-color: #61D2B8; }
a { background-color: rgb(97,210,184); }
div.DivClassName
{
background-color: #61D2B8;
}
.BgClassName
{
background-color: #61D2B8;
}
</style>
border-color css
<style>
span { border-color: #61D2B8; }
span { border-color: rgb(97,210,184); }
td.TdClassName
{
border-color: #61D2B8;
}
.TagClassName
{
border-color: #61D2B8;
}
</style>