Shades of Downy #61DCC1
Tints of Downy #61DCC1
RGB
CMYK
RGB Variations
Color information
#61DCC1 (or 0x61DCC1) is known color: Downy. HEX triplet: 61, DC and C1. RGB value is (97,220,193). Sum of RGB (Red+Green+Blue) = 97+220+193=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCC1 is #9E233E. Grayscale: #B4B4B4. Windows color (decimal): -10363711 or 12704865. OLE color: 12704865.
HSL color Cylindrical-coordinate representation of color #61DCC1: hue angle of 166.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCC1 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 193 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.14 |
| HSL | 166.83º | 0.64% | 0.62% | - |
| HSV(B) | 166.83º | 0.56% | 0.86% | - |
| XYZ | 40.15 | 57.58 | 59.45 | - |
| YUV | 180.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 193 | 0.56 | 0 | 0.12 | 0.14 | 166.83 | 0.64 | 0.62 |
| Hex | 61 | DC | C1 | 38 | 0 | C | E | A7 | 40 | 3E |
| Octal | 141 | 334 | 301 | 70 | 0 | 14 | 16 | 247 | 100 | 76 |
| Binary | 1100001 | 11011100 | 11000001 | 111000 | 0 | 1100 | 1110 | 10100111 | 1000000 | 111110 |
Color Harmonies of #61DCC1
Complementary color
Monochromatic Colors of #61DCC1
Black with #61DCC1
Text Example
Text Example
White with #61DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCC1; }
p { color: rgb(97,220,193); }
H1.HeaderClassName
{
color: #61DCC1;
}
.AnyTagClassName
{
color: #61DCC1;
}
</style>
background-color css
<style>
a { background-color: #61DCC1; }
a { background-color: rgb(97,220,193); }
div.DivClassName
{
background-color: #61DCC1;
}
.BgClassName
{
background-color: #61DCC1;
}
</style>
border-color css
<style>
span { border-color: #61DCC1; }
span { border-color: rgb(97,220,193); }
td.TdClassName
{
border-color: #61DCC1;
}
.TagClassName
{
border-color: #61DCC1;
}
</style>