Shades of Downy #61CAC2
Tints of Downy #61CAC2
RGB
CMYK
RGB Variations
Color information
#61CAC2 (or 0x61CAC2) is known color: Downy. HEX triplet: 61, CA and C2. RGB value is (97,202,194). Sum of RGB (Red+Green+Blue) = 97+202+194=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAC2 is #9E353D. Grayscale: #A9A9A9. Windows color (decimal): -10368318 or 12765793. OLE color: 12765793.
HSL color Cylindrical-coordinate representation of color #61CAC2: hue angle of 175.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 #61CAC2 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 194 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.21 |
| HSL | 175.43º | 0.5% | 0.59% | - |
| HSV(B) | 175.43º | 0.52% | 0.79% | - |
| XYZ | 35.79 | 48.68 | 58.55 | - |
| YUV | 169.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 194 | 0.52 | 0 | 0.04 | 0.21 | 175.43 | 0.5 | 0.59 |
| Hex | 61 | CA | C2 | 34 | 0 | 4 | 15 | AF | 32 | 3B |
| Octal | 141 | 312 | 302 | 64 | 0 | 4 | 25 | 257 | 62 | 73 |
| Binary | 1100001 | 11001010 | 11000010 | 110100 | 0 | 100 | 10101 | 10101111 | 110010 | 111011 |
Color Harmonies of #61CAC2
Complementary color
Monochromatic Colors of #61CAC2
Black with #61CAC2
Text Example
Text Example
White with #61CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CAC2; }
p { color: rgb(97,202,194); }
H1.HeaderClassName
{
color: #61CAC2;
}
.AnyTagClassName
{
color: #61CAC2;
}
</style>
background-color css
<style>
a { background-color: #61CAC2; }
a { background-color: rgb(97,202,194); }
div.DivClassName
{
background-color: #61CAC2;
}
.BgClassName
{
background-color: #61CAC2;
}
</style>
border-color css
<style>
span { border-color: #61CAC2; }
span { border-color: rgb(97,202,194); }
td.TdClassName
{
border-color: #61CAC2;
}
.TagClassName
{
border-color: #61CAC2;
}
</style>