Shades of Downy #61D0CB
Tints of Downy #61D0CB
RGB
CMYK
RGB Variations
Color information
#61D0CB (or 0x61D0CB) is known color: Downy. HEX triplet: 61, D0 and CB. RGB value is (97,208,203). Sum of RGB (Red+Green+Blue) = 97+208+203=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0CB is #9E2F34. Grayscale: #AEAEAE. Windows color (decimal): -10366773 or 13357153. OLE color: 13357153.
HSL color Cylindrical-coordinate representation of color #61D0CB: hue angle of 177.3º 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 #61D0CB is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 203 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.18 |
| HSL | 177.3º | 0.54% | 0.6% | - |
| HSV(B) | 177.3º | 0.53% | 0.82% | - |
| XYZ | 38.27 | 51.96 | 64.51 | - |
| YUV | 174.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 203 | 0.53 | 0 | 0.02 | 0.18 | 177.3 | 0.54 | 0.6 |
| Hex | 61 | D0 | CB | 35 | 0 | 2 | 12 | B1 | 36 | 3C |
| Octal | 141 | 320 | 313 | 65 | 0 | 2 | 22 | 261 | 66 | 74 |
| Binary | 1100001 | 11010000 | 11001011 | 110101 | 0 | 10 | 10010 | 10110001 | 110110 | 111100 |
Color Harmonies of #61D0CB
Complementary color
Monochromatic Colors of #61D0CB
Black with #61D0CB
Text Example
Text Example
White with #61D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0CB; }
p { color: rgb(97,208,203); }
H1.HeaderClassName
{
color: #61D0CB;
}
.AnyTagClassName
{
color: #61D0CB;
}
</style>
background-color css
<style>
a { background-color: #61D0CB; }
a { background-color: rgb(97,208,203); }
div.DivClassName
{
background-color: #61D0CB;
}
.BgClassName
{
background-color: #61D0CB;
}
</style>
border-color css
<style>
span { border-color: #61D0CB; }
span { border-color: rgb(97,208,203); }
td.TdClassName
{
border-color: #61D0CB;
}
.TagClassName
{
border-color: #61D0CB;
}
</style>