Shades of Downy #61DCBC
Tints of Downy #61DCBC
RGB
CMYK
RGB Variations
Color information
#61DCBC (or 0x61DCBC) is known color: Downy. HEX triplet: 61, DC and BC. RGB value is (97,220,188). Sum of RGB (Red+Green+Blue) = 97+220+188=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCBC is #9E2343. Grayscale: #B3B3B3. Windows color (decimal): -10363716 or 12377185. OLE color: 12377185.
HSL color Cylindrical-coordinate representation of color #61DCBC: hue angle of 164.39º 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 #61DCBC is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 188 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.14 |
| HSL | 164.39º | 0.64% | 0.62% | - |
| HSV(B) | 164.39º | 0.56% | 0.86% | - |
| XYZ | 39.6 | 57.36 | 56.56 | - |
| YUV | 179.58 | 132.75 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 188 | 0.56 | 0 | 0.15 | 0.14 | 164.39 | 0.64 | 0.62 |
| Hex | 61 | DC | BC | 38 | 0 | F | E | A4 | 40 | 3E |
| Octal | 141 | 334 | 274 | 70 | 0 | 17 | 16 | 244 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10111100 | 111000 | 0 | 1111 | 1110 | 10100100 | 1000000 | 111110 |
Color Harmonies of #61DCBC
Complementary color
Monochromatic Colors of #61DCBC
Black with #61DCBC
Text Example
Text Example
White with #61DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCBC; }
p { color: rgb(97,220,188); }
H1.HeaderClassName
{
color: #61DCBC;
}
.AnyTagClassName
{
color: #61DCBC;
}
</style>
background-color css
<style>
a { background-color: #61DCBC; }
a { background-color: rgb(97,220,188); }
div.DivClassName
{
background-color: #61DCBC;
}
.BgClassName
{
background-color: #61DCBC;
}
</style>
border-color css
<style>
span { border-color: #61DCBC; }
span { border-color: rgb(97,220,188); }
td.TdClassName
{
border-color: #61DCBC;
}
.TagClassName
{
border-color: #61DCBC;
}
</style>