Shades of Downy #77E7BE
Tints of Downy #77E7BE
RGB
CMYK
RGB Variations
Color information
#77E7BE (or 0x77E7BE) is known color: Downy. HEX triplet: 77, E7 and BE. RGB value is (119,231,190). Sum of RGB (Red+Green+Blue) = 119+231+190=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #77E7BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E7BE is #881841. Grayscale: #C0C0C0. Windows color (decimal): -8919106 or 12511095. OLE color: 12511095.
HSL color Cylindrical-coordinate representation of color #77E7BE: hue angle of 158.04º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E7BE is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 231 | 190 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.09 |
| HSL | 158.04º | 0.7% | 0.69% | - |
| HSV(B) | 158.04º | 0.48% | 0.91% | - |
| XYZ | 45.48 | 64.79 | 58.82 | - |
| YUV | 192.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 231 | 190 | 0.48 | 0 | 0.18 | 0.09 | 158.04 | 0.7 | 0.69 |
| Hex | 77 | E7 | BE | 30 | 0 | 12 | 9 | 9E | 46 | 45 |
| Octal | 167 | 347 | 276 | 60 | 0 | 22 | 11 | 236 | 106 | 105 |
| Binary | 1110111 | 11100111 | 10111110 | 110000 | 0 | 10010 | 1001 | 10011110 | 1000110 | 1000101 |
Color Harmonies of #77E7BE
Complementary color
Monochromatic Colors of #77E7BE
Black with #77E7BE
Text Example
Text Example
White with #77E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E7BE; }
p { color: rgb(119,231,190); }
H1.HeaderClassName
{
color: #77E7BE;
}
.AnyTagClassName
{
color: #77E7BE;
}
</style>
background-color css
<style>
a { background-color: #77E7BE; }
a { background-color: rgb(119,231,190); }
div.DivClassName
{
background-color: #77E7BE;
}
.BgClassName
{
background-color: #77E7BE;
}
</style>
border-color css
<style>
span { border-color: #77E7BE; }
span { border-color: rgb(119,231,190); }
td.TdClassName
{
border-color: #77E7BE;
}
.TagClassName
{
border-color: #77E7BE;
}
</style>