Shades of Downy #77DDBD
Tints of Downy #77DDBD
RGB
CMYK
RGB Variations
Color information
#77DDBD (or 0x77DDBD) is known color: Downy. HEX triplet: 77, DD and BD. RGB value is (119,221,189). Sum of RGB (Red+Green+Blue) = 119+221+189=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDBD is #882242. Grayscale: #BABABA. Windows color (decimal): -8921667 or 12442999. OLE color: 12442999.
HSL color Cylindrical-coordinate representation of color #77DDBD: hue angle of 161.18º 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 #77DDBD is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 189 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.13 |
| HSL | 161.18º | 0.6% | 0.67% | - |
| HSV(B) | 161.18º | 0.46% | 0.87% | - |
| XYZ | 42.65 | 59.31 | 57.34 | - |
| YUV | 186.85 | 129.21 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 189 | 0.46 | 0 | 0.14 | 0.13 | 161.18 | 0.6 | 0.67 |
| Hex | 77 | DD | BD | 2E | 0 | E | D | A1 | 3C | 43 |
| Octal | 167 | 335 | 275 | 56 | 0 | 16 | 15 | 241 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10111101 | 101110 | 0 | 1110 | 1101 | 10100001 | 111100 | 1000011 |
Color Harmonies of #77DDBD
Complementary color
Monochromatic Colors of #77DDBD
Black with #77DDBD
Text Example
Text Example
White with #77DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDBD; }
p { color: rgb(119,221,189); }
H1.HeaderClassName
{
color: #77DDBD;
}
.AnyTagClassName
{
color: #77DDBD;
}
</style>
background-color css
<style>
a { background-color: #77DDBD; }
a { background-color: rgb(119,221,189); }
div.DivClassName
{
background-color: #77DDBD;
}
.BgClassName
{
background-color: #77DDBD;
}
</style>
border-color css
<style>
span { border-color: #77DDBD; }
span { border-color: rgb(119,221,189); }
td.TdClassName
{
border-color: #77DDBD;
}
.TagClassName
{
border-color: #77DDBD;
}
</style>