Shades of Downy #77E5BE
Tints of Downy #77E5BE
RGB
CMYK
RGB Variations
Color information
#77E5BE (or 0x77E5BE) is known color: Downy. HEX triplet: 77, E5 and BE. RGB value is (119,229,190). Sum of RGB (Red+Green+Blue) = 119+229+190=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #77E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E5BE is #881A41. Grayscale: #BFBFBF. Windows color (decimal): -8919618 or 12510583. OLE color: 12510583.
HSL color Cylindrical-coordinate representation of color #77E5BE: hue angle of 158.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E5BE is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 229 | 190 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.10 |
| HSL | 158.73º | 0.68% | 0.68% | - |
| HSV(B) | 158.73º | 0.48% | 0.9% | - |
| XYZ | 44.92 | 63.68 | 58.64 | - |
| YUV | 191.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 229 | 190 | 0.48 | 0 | 0.17 | 0.10 | 158.73 | 0.68 | 0.68 |
| Hex | 77 | E5 | BE | 30 | 0 | 11 | A | 9F | 44 | 44 |
| Octal | 167 | 345 | 276 | 60 | 0 | 21 | 12 | 237 | 104 | 104 |
| Binary | 1110111 | 11100101 | 10111110 | 110000 | 0 | 10001 | 1010 | 10011111 | 1000100 | 1000100 |
Color Harmonies of #77E5BE
Complementary color
Monochromatic Colors of #77E5BE
Black with #77E5BE
Text Example
Text Example
White with #77E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E5BE; }
p { color: rgb(119,229,190); }
H1.HeaderClassName
{
color: #77E5BE;
}
.AnyTagClassName
{
color: #77E5BE;
}
</style>
background-color css
<style>
a { background-color: #77E5BE; }
a { background-color: rgb(119,229,190); }
div.DivClassName
{
background-color: #77E5BE;
}
.BgClassName
{
background-color: #77E5BE;
}
</style>
border-color css
<style>
span { border-color: #77E5BE; }
span { border-color: rgb(119,229,190); }
td.TdClassName
{
border-color: #77E5BE;
}
.TagClassName
{
border-color: #77E5BE;
}
</style>