Shades of Downy #61DBBC
Tints of Downy #61DBBC
RGB
CMYK
RGB Variations
Color information
#61DBBC (or 0x61DBBC) is known color: Downy. HEX triplet: 61, DB and BC. RGB value is (97,219,188). Sum of RGB (Red+Green+Blue) = 97+219+188=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBBC is #9E2443. Grayscale: #B2B2B2. Windows color (decimal): -10363972 or 12376929. OLE color: 12376929.
HSL color Cylindrical-coordinate representation of color #61DBBC: hue angle of 164.75º degrees, saturation: 0.63, 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 #61DBBC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 188 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.14 |
| HSL | 164.75º | 0.63% | 0.62% | - |
| HSV(B) | 164.75º | 0.56% | 0.86% | - |
| XYZ | 39.34 | 56.84 | 56.47 | - |
| YUV | 178.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 188 | 0.56 | 0 | 0.14 | 0.14 | 164.75 | 0.63 | 0.62 |
| Hex | 61 | DB | BC | 38 | 0 | E | E | A5 | 3F | 3E |
| Octal | 141 | 333 | 274 | 70 | 0 | 16 | 16 | 245 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10111100 | 111000 | 0 | 1110 | 1110 | 10100101 | 111111 | 111110 |
Color Harmonies of #61DBBC
Complementary color
Monochromatic Colors of #61DBBC
Black with #61DBBC
Text Example
Text Example
White with #61DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBBC; }
p { color: rgb(97,219,188); }
H1.HeaderClassName
{
color: #61DBBC;
}
.AnyTagClassName
{
color: #61DBBC;
}
</style>
background-color css
<style>
a { background-color: #61DBBC; }
a { background-color: rgb(97,219,188); }
div.DivClassName
{
background-color: #61DBBC;
}
.BgClassName
{
background-color: #61DBBC;
}
</style>
border-color css
<style>
span { border-color: #61DBBC; }
span { border-color: rgb(97,219,188); }
td.TdClassName
{
border-color: #61DBBC;
}
.TagClassName
{
border-color: #61DBBC;
}
</style>