Shades of Downy #61D9CB
Tints of Downy #61D9CB
RGB
CMYK
RGB Variations
Color information
#61D9CB (or 0x61D9CB) is known color: Downy. HEX triplet: 61, D9 and CB. RGB value is (97,217,203). Sum of RGB (Red+Green+Blue) = 97+217+203=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9CB is #9E2634. Grayscale: #B3B3B3. Windows color (decimal): -10364469 or 13359457. OLE color: 13359457.
HSL color Cylindrical-coordinate representation of color #61D9CB: hue angle of 173º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9CB is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 203 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.15 |
| HSL | 173º | 0.61% | 0.62% | - |
| HSV(B) | 173º | 0.55% | 0.85% | - |
| XYZ | 40.52 | 56.48 | 65.27 | - |
| YUV | 179.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 203 | 0.55 | 0 | 0.06 | 0.15 | 173 | 0.61 | 0.62 |
| Hex | 61 | D9 | CB | 37 | 0 | 6 | F | AD | 3D | 3E |
| Octal | 141 | 331 | 313 | 67 | 0 | 6 | 17 | 255 | 75 | 76 |
| Binary | 1100001 | 11011001 | 11001011 | 110111 | 0 | 110 | 1111 | 10101101 | 111101 | 111110 |
Color Harmonies of #61D9CB
Complementary color
Monochromatic Colors of #61D9CB
Black with #61D9CB
Text Example
Text Example
White with #61D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D9CB; }
p { color: rgb(97,217,203); }
H1.HeaderClassName
{
color: #61D9CB;
}
.AnyTagClassName
{
color: #61D9CB;
}
</style>
background-color css
<style>
a { background-color: #61D9CB; }
a { background-color: rgb(97,217,203); }
div.DivClassName
{
background-color: #61D9CB;
}
.BgClassName
{
background-color: #61D9CB;
}
</style>
border-color css
<style>
span { border-color: #61D9CB; }
span { border-color: rgb(97,217,203); }
td.TdClassName
{
border-color: #61D9CB;
}
.TagClassName
{
border-color: #61D9CB;
}
</style>