Shades of Downy #61CFBD
Tints of Downy #61CFBD
RGB
CMYK
RGB Variations
Color information
#61CFBD (or 0x61CFBD) is known color: Downy. HEX triplet: 61, CF and BD. RGB value is (97,207,189). Sum of RGB (Red+Green+Blue) = 97+207+189=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFBD is #9E3042. Grayscale: #ACACAC. Windows color (decimal): -10367043 or 12439393. OLE color: 12439393.
HSL color Cylindrical-coordinate representation of color #61CFBD: hue angle of 170.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFBD is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 189 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.19 |
| HSL | 170.18º | 0.53% | 0.6% | - |
| HSV(B) | 170.18º | 0.53% | 0.81% | - |
| XYZ | 36.43 | 50.84 | 56.04 | - |
| YUV | 172.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 189 | 0.53 | 0 | 0.09 | 0.19 | 170.18 | 0.53 | 0.6 |
| Hex | 61 | CF | BD | 35 | 0 | 9 | 13 | AA | 35 | 3C |
| Octal | 141 | 317 | 275 | 65 | 0 | 11 | 23 | 252 | 65 | 74 |
| Binary | 1100001 | 11001111 | 10111101 | 110101 | 0 | 1001 | 10011 | 10101010 | 110101 | 111100 |
Color Harmonies of #61CFBD
Complementary color
Monochromatic Colors of #61CFBD
Black with #61CFBD
Text Example
Text Example
White with #61CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFBD; }
p { color: rgb(97,207,189); }
H1.HeaderClassName
{
color: #61CFBD;
}
.AnyTagClassName
{
color: #61CFBD;
}
</style>
background-color css
<style>
a { background-color: #61CFBD; }
a { background-color: rgb(97,207,189); }
div.DivClassName
{
background-color: #61CFBD;
}
.BgClassName
{
background-color: #61CFBD;
}
</style>
border-color css
<style>
span { border-color: #61CFBD; }
span { border-color: rgb(97,207,189); }
td.TdClassName
{
border-color: #61CFBD;
}
.TagClassName
{
border-color: #61CFBD;
}
</style>