Shades of Downy #61CABB
Tints of Downy #61CABB
RGB
CMYK
RGB Variations
Color information
#61CABB (or 0x61CABB) is known color: Downy. HEX triplet: 61, CA and BB. RGB value is (97,202,187). Sum of RGB (Red+Green+Blue) = 97+202+187=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #61CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CABB is #9E3544. Grayscale: #A8A8A8. Windows color (decimal): -10368325 or 12307041. OLE color: 12307041.
HSL color Cylindrical-coordinate representation of color #61CABB: hue angle of 171.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CABB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 187 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.21 |
| HSL | 171.43º | 0.5% | 0.59% | - |
| HSV(B) | 171.43º | 0.52% | 0.79% | - |
| XYZ | 35.02 | 48.37 | 54.5 | - |
| YUV | 168.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 187 | 0.52 | 0 | 0.07 | 0.21 | 171.43 | 0.5 | 0.59 |
| Hex | 61 | CA | BB | 34 | 0 | 7 | 15 | AB | 32 | 3B |
| Octal | 141 | 312 | 273 | 64 | 0 | 7 | 25 | 253 | 62 | 73 |
| Binary | 1100001 | 11001010 | 10111011 | 110100 | 0 | 111 | 10101 | 10101011 | 110010 | 111011 |
Color Harmonies of #61CABB
Complementary color
Monochromatic Colors of #61CABB
Black with #61CABB
Text Example
Text Example
White with #61CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CABB; }
p { color: rgb(97,202,187); }
H1.HeaderClassName
{
color: #61CABB;
}
.AnyTagClassName
{
color: #61CABB;
}
</style>
background-color css
<style>
a { background-color: #61CABB; }
a { background-color: rgb(97,202,187); }
div.DivClassName
{
background-color: #61CABB;
}
.BgClassName
{
background-color: #61CABB;
}
</style>
border-color css
<style>
span { border-color: #61CABB; }
span { border-color: rgb(97,202,187); }
td.TdClassName
{
border-color: #61CABB;
}
.TagClassName
{
border-color: #61CABB;
}
</style>