Shades of Downy #61CABA
Tints of Downy #61CABA
RGB
CMYK
RGB Variations
Color information
#61CABA (or 0x61CABA) is known color: Downy. HEX triplet: 61, CA and BA. RGB value is (97,202,186). Sum of RGB (Red+Green+Blue) = 97+202+186=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #61CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CABA is #9E3545. Grayscale: #A8A8A8. Windows color (decimal): -10368326 or 12241505. OLE color: 12241505.
HSL color Cylindrical-coordinate representation of color #61CABA: hue angle of 170.86º 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 #61CABA is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 186 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.21 |
| HSL | 170.86º | 0.5% | 0.59% | - |
| HSV(B) | 170.86º | 0.52% | 0.79% | - |
| XYZ | 34.91 | 48.33 | 53.94 | - |
| YUV | 168.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 186 | 0.52 | 0 | 0.08 | 0.21 | 170.86 | 0.5 | 0.59 |
| Hex | 61 | CA | BA | 34 | 0 | 8 | 15 | AB | 32 | 3B |
| Octal | 141 | 312 | 272 | 64 | 0 | 10 | 25 | 253 | 62 | 73 |
| Binary | 1100001 | 11001010 | 10111010 | 110100 | 0 | 1000 | 10101 | 10101011 | 110010 | 111011 |
Color Harmonies of #61CABA
Complementary color
Monochromatic Colors of #61CABA
Black with #61CABA
Text Example
Text Example
White with #61CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CABA; }
p { color: rgb(97,202,186); }
H1.HeaderClassName
{
color: #61CABA;
}
.AnyTagClassName
{
color: #61CABA;
}
</style>
background-color css
<style>
a { background-color: #61CABA; }
a { background-color: rgb(97,202,186); }
div.DivClassName
{
background-color: #61CABA;
}
.BgClassName
{
background-color: #61CABA;
}
</style>
border-color css
<style>
span { border-color: #61CABA; }
span { border-color: rgb(97,202,186); }
td.TdClassName
{
border-color: #61CABA;
}
.TagClassName
{
border-color: #61CABA;
}
</style>