Shades of Downy #61CABE
Tints of Downy #61CABE
RGB
CMYK
RGB Variations
Color information
#61CABE (or 0x61CABE) is known color: Downy. HEX triplet: 61, CA and BE. RGB value is (97,202,190). Sum of RGB (Red+Green+Blue) = 97+202+190=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #61CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CABE is #9E3541. Grayscale: #A9A9A9. Windows color (decimal): -10368322 or 12503649. OLE color: 12503649.
HSL color Cylindrical-coordinate representation of color #61CABE: hue angle of 173.14º 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 #61CABE is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 190 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.21 |
| HSL | 173.14º | 0.5% | 0.59% | - |
| HSV(B) | 173.14º | 0.52% | 0.79% | - |
| XYZ | 35.34 | 48.5 | 56.21 | - |
| YUV | 169.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 190 | 0.52 | 0 | 0.06 | 0.21 | 173.14 | 0.5 | 0.59 |
| Hex | 61 | CA | BE | 34 | 0 | 6 | 15 | AD | 32 | 3B |
| Octal | 141 | 312 | 276 | 64 | 0 | 6 | 25 | 255 | 62 | 73 |
| Binary | 1100001 | 11001010 | 10111110 | 110100 | 0 | 110 | 10101 | 10101101 | 110010 | 111011 |
Color Harmonies of #61CABE
Complementary color
Monochromatic Colors of #61CABE
Black with #61CABE
Text Example
Text Example
White with #61CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CABE; }
p { color: rgb(97,202,190); }
H1.HeaderClassName
{
color: #61CABE;
}
.AnyTagClassName
{
color: #61CABE;
}
</style>
background-color css
<style>
a { background-color: #61CABE; }
a { background-color: rgb(97,202,190); }
div.DivClassName
{
background-color: #61CABE;
}
.BgClassName
{
background-color: #61CABE;
}
</style>
border-color css
<style>
span { border-color: #61CABE; }
span { border-color: rgb(97,202,190); }
td.TdClassName
{
border-color: #61CABE;
}
.TagClassName
{
border-color: #61CABE;
}
</style>