Shades of Downy #61D2CC
Tints of Downy #61D2CC
RGB
CMYK
RGB Variations
Color information
#61D2CC (or 0x61D2CC) is known color: Downy. HEX triplet: 61, D2 and CC. RGB value is (97,210,204). Sum of RGB (Red+Green+Blue) = 97+210+204=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #61D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D2CC is #9E2D33. Grayscale: #AFAFAF. Windows color (decimal): -10366260 or 13423201. OLE color: 13423201.
HSL color Cylindrical-coordinate representation of color #61D2CC: hue angle of 176.81º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D2CC is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 204 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.18 |
| HSL | 176.81º | 0.56% | 0.6% | - |
| HSV(B) | 176.81º | 0.54% | 0.82% | - |
| XYZ | 38.88 | 52.99 | 65.31 | - |
| YUV | 175.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 204 | 0.54 | 0 | 0.03 | 0.18 | 176.81 | 0.56 | 0.6 |
| Hex | 61 | D2 | CC | 36 | 0 | 3 | 12 | B1 | 38 | 3C |
| Octal | 141 | 322 | 314 | 66 | 0 | 3 | 22 | 261 | 70 | 74 |
| Binary | 1100001 | 11010010 | 11001100 | 110110 | 0 | 11 | 10010 | 10110001 | 111000 | 111100 |
Color Harmonies of #61D2CC
Complementary color
Monochromatic Colors of #61D2CC
Black with #61D2CC
Text Example
Text Example
White with #61D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2CC; }
p { color: rgb(97,210,204); }
H1.HeaderClassName
{
color: #61D2CC;
}
.AnyTagClassName
{
color: #61D2CC;
}
</style>
background-color css
<style>
a { background-color: #61D2CC; }
a { background-color: rgb(97,210,204); }
div.DivClassName
{
background-color: #61D2CC;
}
.BgClassName
{
background-color: #61D2CC;
}
</style>
border-color css
<style>
span { border-color: #61D2CC; }
span { border-color: rgb(97,210,204); }
td.TdClassName
{
border-color: #61D2CC;
}
.TagClassName
{
border-color: #61D2CC;
}
</style>