Shades of Downy #77DDBC
Tints of Downy #77DDBC
RGB
CMYK
RGB Variations
Color information
#77DDBC (or 0x77DDBC) is known color: Downy. HEX triplet: 77, DD and BC. RGB value is (119,221,188). Sum of RGB (Red+Green+Blue) = 119+221+188=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDBC is #882243. Grayscale: #BABABA. Windows color (decimal): -8921668 or 12377463. OLE color: 12377463.
HSL color Cylindrical-coordinate representation of color #77DDBC: hue angle of 160.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDBC is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 188 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.13 |
| HSL | 160.59º | 0.6% | 0.67% | - |
| HSV(B) | 160.59º | 0.46% | 0.87% | - |
| XYZ | 42.54 | 59.27 | 56.77 | - |
| YUV | 186.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 188 | 0.46 | 0 | 0.15 | 0.13 | 160.59 | 0.6 | 0.67 |
| Hex | 77 | DD | BC | 2E | 0 | F | D | A1 | 3C | 43 |
| Octal | 167 | 335 | 274 | 56 | 0 | 17 | 15 | 241 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10111100 | 101110 | 0 | 1111 | 1101 | 10100001 | 111100 | 1000011 |
Color Harmonies of #77DDBC
Complementary color
Monochromatic Colors of #77DDBC
Black with #77DDBC
Text Example
Text Example
White with #77DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDBC; }
p { color: rgb(119,221,188); }
H1.HeaderClassName
{
color: #77DDBC;
}
.AnyTagClassName
{
color: #77DDBC;
}
</style>
background-color css
<style>
a { background-color: #77DDBC; }
a { background-color: rgb(119,221,188); }
div.DivClassName
{
background-color: #77DDBC;
}
.BgClassName
{
background-color: #77DDBC;
}
</style>
border-color css
<style>
span { border-color: #77DDBC; }
span { border-color: rgb(119,221,188); }
td.TdClassName
{
border-color: #77DDBC;
}
.TagClassName
{
border-color: #77DDBC;
}
</style>