Shades of Downy #61CFBC
Tints of Downy #61CFBC
RGB
CMYK
RGB Variations
Color information
#61CFBC (or 0x61CFBC) is known color: Downy. HEX triplet: 61, CF and BC. RGB value is (97,207,188). Sum of RGB (Red+Green+Blue) = 97+207+188=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFBC is #9E3043. Grayscale: #ABABAB. Windows color (decimal): -10367044 or 12373857. OLE color: 12373857.
HSL color Cylindrical-coordinate representation of color #61CFBC: hue angle of 169.64º 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 #61CFBC is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 188 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.19 |
| HSL | 169.64º | 0.53% | 0.6% | - |
| HSV(B) | 169.64º | 0.53% | 0.81% | - |
| XYZ | 36.32 | 50.8 | 55.47 | - |
| YUV | 171.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 188 | 0.53 | 0 | 0.09 | 0.19 | 169.64 | 0.53 | 0.6 |
| Hex | 61 | CF | BC | 35 | 0 | 9 | 13 | AA | 35 | 3C |
| Octal | 141 | 317 | 274 | 65 | 0 | 11 | 23 | 252 | 65 | 74 |
| Binary | 1100001 | 11001111 | 10111100 | 110101 | 0 | 1001 | 10011 | 10101010 | 110101 | 111100 |
Color Harmonies of #61CFBC
Complementary color
Monochromatic Colors of #61CFBC
Black with #61CFBC
Text Example
Text Example
White with #61CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFBC; }
p { color: rgb(97,207,188); }
H1.HeaderClassName
{
color: #61CFBC;
}
.AnyTagClassName
{
color: #61CFBC;
}
</style>
background-color css
<style>
a { background-color: #61CFBC; }
a { background-color: rgb(97,207,188); }
div.DivClassName
{
background-color: #61CFBC;
}
.BgClassName
{
background-color: #61CFBC;
}
</style>
border-color css
<style>
span { border-color: #61CFBC; }
span { border-color: rgb(97,207,188); }
td.TdClassName
{
border-color: #61CFBC;
}
.TagClassName
{
border-color: #61CFBC;
}
</style>