Shades of Downy #77D5BA
Tints of Downy #77D5BA
RGB
CMYK
RGB Variations
Color information
#77D5BA (or 0x77D5BA) is known color: Downy. HEX triplet: 77, D5 and BA. RGB value is (119,213,186). Sum of RGB (Red+Green+Blue) = 119+213+186=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #77D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D5BA is #882A45. Grayscale: #B5B5B5. Windows color (decimal): -8923718 or 12244343. OLE color: 12244343.
HSL color Cylindrical-coordinate representation of color #77D5BA: hue angle of 162.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D5BA is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 213 | 186 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.16 |
| HSL | 162.77º | 0.53% | 0.65% | - |
| HSV(B) | 162.77º | 0.44% | 0.84% | - |
| XYZ | 40.26 | 55.06 | 54.96 | - |
| YUV | 181.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 213 | 186 | 0.44 | 0 | 0.13 | 0.16 | 162.77 | 0.53 | 0.65 |
| Hex | 77 | D5 | BA | 2C | 0 | D | 10 | A3 | 35 | 41 |
| Octal | 167 | 325 | 272 | 54 | 0 | 15 | 20 | 243 | 65 | 101 |
| Binary | 1110111 | 11010101 | 10111010 | 101100 | 0 | 1101 | 10000 | 10100011 | 110101 | 1000001 |
Color Harmonies of #77D5BA
Complementary color
Monochromatic Colors of #77D5BA
Black with #77D5BA
Text Example
Text Example
White with #77D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D5BA; }
p { color: rgb(119,213,186); }
H1.HeaderClassName
{
color: #77D5BA;
}
.AnyTagClassName
{
color: #77D5BA;
}
</style>
background-color css
<style>
a { background-color: #77D5BA; }
a { background-color: rgb(119,213,186); }
div.DivClassName
{
background-color: #77D5BA;
}
.BgClassName
{
background-color: #77D5BA;
}
</style>
border-color css
<style>
span { border-color: #77D5BA; }
span { border-color: rgb(119,213,186); }
td.TdClassName
{
border-color: #77D5BA;
}
.TagClassName
{
border-color: #77D5BA;
}
</style>