Shades of Downy #61CCC2
Tints of Downy #61CCC2
RGB
CMYK
RGB Variations
Color information
#61CCC2 (or 0x61CCC2) is known color: Downy. HEX triplet: 61, CC and C2. RGB value is (97,204,194). Sum of RGB (Red+Green+Blue) = 97+204+194=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #61CCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCC2 is #9E333D. Grayscale: #AAAAAA. Windows color (decimal): -10367806 or 12766305. OLE color: 12766305.
HSL color Cylindrical-coordinate representation of color #61CCC2: hue angle of 174.39º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CCC2 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 204 | 194 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.2 |
| HSL | 174.39º | 0.51% | 0.59% | - |
| HSV(B) | 174.39º | 0.52% | 0.8% | - |
| XYZ | 36.26 | 49.62 | 58.71 | - |
| YUV | 170.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 204 | 194 | 0.52 | 0 | 0.05 | 0.2 | 174.39 | 0.51 | 0.59 |
| Hex | 61 | CC | C2 | 34 | 0 | 5 | 14 | AE | 33 | 3B |
| Octal | 141 | 314 | 302 | 64 | 0 | 5 | 24 | 256 | 63 | 73 |
| Binary | 1100001 | 11001100 | 11000010 | 110100 | 0 | 101 | 10100 | 10101110 | 110011 | 111011 |
Color Harmonies of #61CCC2
Complementary color
Monochromatic Colors of #61CCC2
Black with #61CCC2
Text Example
Text Example
White with #61CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CCC2; }
p { color: rgb(97,204,194); }
H1.HeaderClassName
{
color: #61CCC2;
}
.AnyTagClassName
{
color: #61CCC2;
}
</style>
background-color css
<style>
a { background-color: #61CCC2; }
a { background-color: rgb(97,204,194); }
div.DivClassName
{
background-color: #61CCC2;
}
.BgClassName
{
background-color: #61CCC2;
}
</style>
border-color css
<style>
span { border-color: #61CCC2; }
span { border-color: rgb(97,204,194); }
td.TdClassName
{
border-color: #61CCC2;
}
.TagClassName
{
border-color: #61CCC2;
}
</style>