Shades of Medium Aquamarine #77E2B1
Tints of Medium Aquamarine #77E2B1
RGB
CMYK
RGB Variations
Color information
#77E2B1 (or 0x77E2B1) is known color: Medium Aquamarine. HEX triplet: 77, E2 and B1. RGB value is (119,226,177). Sum of RGB (Red+Green+Blue) = 119+226+177=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #77E2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E2B1 is #881D4E. Grayscale: #BCBCBC. Windows color (decimal): -8920399 or 11657847. OLE color: 11657847.
HSL color Cylindrical-coordinate representation of color #77E2B1: hue angle of 152.52º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E2B1 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 226 | 177 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.11 |
| HSL | 152.52º | 0.65% | 0.68% | - |
| HSV(B) | 152.52º | 0.47% | 0.89% | - |
| XYZ | 42.74 | 61.49 | 51.21 | - |
| YUV | 188.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 226 | 177 | 0.47 | 0 | 0.22 | 0.11 | 152.52 | 0.65 | 0.68 |
| Hex | 77 | E2 | B1 | 2F | 0 | 16 | B | 99 | 41 | 44 |
| Octal | 167 | 342 | 261 | 57 | 0 | 26 | 13 | 231 | 101 | 104 |
| Binary | 1110111 | 11100010 | 10110001 | 101111 | 0 | 10110 | 1011 | 10011001 | 1000001 | 1000100 |
Color Harmonies of #77E2B1
Complementary color
Monochromatic Colors of #77E2B1
Black with #77E2B1
Text Example
Text Example
White with #77E2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E2B1; }
p { color: rgb(119,226,177); }
H1.HeaderClassName
{
color: #77E2B1;
}
.AnyTagClassName
{
color: #77E2B1;
}
</style>
background-color css
<style>
a { background-color: #77E2B1; }
a { background-color: rgb(119,226,177); }
div.DivClassName
{
background-color: #77E2B1;
}
.BgClassName
{
background-color: #77E2B1;
}
</style>
border-color css
<style>
span { border-color: #77E2B1; }
span { border-color: rgb(119,226,177); }
td.TdClassName
{
border-color: #77E2B1;
}
.TagClassName
{
border-color: #77E2B1;
}
</style>