Shades of Downy #61CEC2
Tints of Downy #61CEC2
RGB
CMYK
RGB Variations
Color information
#61CEC2 (or 0x61CEC2) is known color: Downy. HEX triplet: 61, CE and C2. RGB value is (97,206,194). Sum of RGB (Red+Green+Blue) = 97+206+194=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC2 is #9E313D. Grayscale: #ABABAB. Windows color (decimal): -10367294 or 12766817. OLE color: 12766817.
HSL color Cylindrical-coordinate representation of color #61CEC2: hue angle of 173.39º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEC2 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 194 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.19 |
| HSL | 173.39º | 0.53% | 0.59% | - |
| HSV(B) | 173.39º | 0.53% | 0.81% | - |
| XYZ | 36.74 | 50.58 | 58.87 | - |
| YUV | 172.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 194 | 0.53 | 0 | 0.06 | 0.19 | 173.39 | 0.53 | 0.59 |
| Hex | 61 | CE | C2 | 35 | 0 | 6 | 13 | AD | 35 | 3B |
| Octal | 141 | 316 | 302 | 65 | 0 | 6 | 23 | 255 | 65 | 73 |
| Binary | 1100001 | 11001110 | 11000010 | 110101 | 0 | 110 | 10011 | 10101101 | 110101 | 111011 |
Color Harmonies of #61CEC2
Complementary color
Monochromatic Colors of #61CEC2
Black with #61CEC2
Text Example
Text Example
White with #61CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEC2; }
p { color: rgb(97,206,194); }
H1.HeaderClassName
{
color: #61CEC2;
}
.AnyTagClassName
{
color: #61CEC2;
}
</style>
background-color css
<style>
a { background-color: #61CEC2; }
a { background-color: rgb(97,206,194); }
div.DivClassName
{
background-color: #61CEC2;
}
.BgClassName
{
background-color: #61CEC2;
}
</style>
border-color css
<style>
span { border-color: #61CEC2; }
span { border-color: rgb(97,206,194); }
td.TdClassName
{
border-color: #61CEC2;
}
.TagClassName
{
border-color: #61CEC2;
}
</style>