Shades of Downy #61CABC
Tints of Downy #61CABC
RGB
CMYK
RGB Variations
Color information
#61CABC (or 0x61CABC) is known color: Downy. HEX triplet: 61, CA and BC. RGB value is (97,202,188). Sum of RGB (Red+Green+Blue) = 97+202+188=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #61CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CABC is #9E3543. Grayscale: #A8A8A8. Windows color (decimal): -10368324 or 12372577. OLE color: 12372577.
HSL color Cylindrical-coordinate representation of color #61CABC: hue angle of 172º 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 #61CABC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 188 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.21 |
| HSL | 172º | 0.5% | 0.59% | - |
| HSV(B) | 172º | 0.52% | 0.79% | - |
| XYZ | 35.13 | 48.41 | 55.07 | - |
| YUV | 169.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 188 | 0.52 | 0 | 0.07 | 0.21 | 172 | 0.5 | 0.59 |
| Hex | 61 | CA | BC | 34 | 0 | 7 | 15 | AC | 32 | 3B |
| Octal | 141 | 312 | 274 | 64 | 0 | 7 | 25 | 254 | 62 | 73 |
| Binary | 1100001 | 11001010 | 10111100 | 110100 | 0 | 111 | 10101 | 10101100 | 110010 | 111011 |
Color Harmonies of #61CABC
Complementary color
Monochromatic Colors of #61CABC
Black with #61CABC
Text Example
Text Example
White with #61CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CABC; }
p { color: rgb(97,202,188); }
H1.HeaderClassName
{
color: #61CABC;
}
.AnyTagClassName
{
color: #61CABC;
}
</style>
background-color css
<style>
a { background-color: #61CABC; }
a { background-color: rgb(97,202,188); }
div.DivClassName
{
background-color: #61CABC;
}
.BgClassName
{
background-color: #61CABC;
}
</style>
border-color css
<style>
span { border-color: #61CABC; }
span { border-color: rgb(97,202,188); }
td.TdClassName
{
border-color: #61CABC;
}
.TagClassName
{
border-color: #61CABC;
}
</style>