Shades of Downy #61D0BE
Tints of Downy #61D0BE
RGB
CMYK
RGB Variations
Color information
#61D0BE (or 0x61D0BE) is known color: Downy. HEX triplet: 61, D0 and BE. RGB value is (97,208,190). Sum of RGB (Red+Green+Blue) = 97+208+190=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0BE is #9E2F41. Grayscale: #ACACAC. Windows color (decimal): -10366786 or 12505185. OLE color: 12505185.
HSL color Cylindrical-coordinate representation of color #61D0BE: hue angle of 170.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D0BE is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 190 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.18 |
| HSL | 170.27º | 0.54% | 0.6% | - |
| HSV(B) | 170.27º | 0.53% | 0.82% | - |
| XYZ | 36.78 | 51.37 | 56.69 | - |
| YUV | 172.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 190 | 0.53 | 0 | 0.09 | 0.18 | 170.27 | 0.54 | 0.6 |
| Hex | 61 | D0 | BE | 35 | 0 | 9 | 12 | AA | 36 | 3C |
| Octal | 141 | 320 | 276 | 65 | 0 | 11 | 22 | 252 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10111110 | 110101 | 0 | 1001 | 10010 | 10101010 | 110110 | 111100 |
Color Harmonies of #61D0BE
Complementary color
Monochromatic Colors of #61D0BE
Black with #61D0BE
Text Example
Text Example
White with #61D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0BE; }
p { color: rgb(97,208,190); }
H1.HeaderClassName
{
color: #61D0BE;
}
.AnyTagClassName
{
color: #61D0BE;
}
</style>
background-color css
<style>
a { background-color: #61D0BE; }
a { background-color: rgb(97,208,190); }
div.DivClassName
{
background-color: #61D0BE;
}
.BgClassName
{
background-color: #61D0BE;
}
</style>
border-color css
<style>
span { border-color: #61D0BE; }
span { border-color: rgb(97,208,190); }
td.TdClassName
{
border-color: #61D0BE;
}
.TagClassName
{
border-color: #61D0BE;
}
</style>