Shades of Medium Aquamarine #77E2B2
Tints of Medium Aquamarine #77E2B2
RGB
CMYK
RGB Variations
Color information
#77E2B2 (or 0x77E2B2) is known color: Medium Aquamarine. HEX triplet: 77, E2 and B2. RGB value is (119,226,178). Sum of RGB (Red+Green+Blue) = 119+226+178=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #77E2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E2B2 is #881D4D. Grayscale: #BCBCBC. Windows color (decimal): -8920398 or 11723383. OLE color: 11723383.
HSL color Cylindrical-coordinate representation of color #77E2B2: hue angle of 153.08º 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 #77E2B2 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 226 | 178 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.11 |
| HSL | 153.08º | 0.65% | 0.68% | - |
| HSV(B) | 153.08º | 0.47% | 0.89% | - |
| XYZ | 42.84 | 61.53 | 51.74 | - |
| YUV | 188.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 226 | 178 | 0.47 | 0 | 0.21 | 0.11 | 153.08 | 0.65 | 0.68 |
| Hex | 77 | E2 | B2 | 2F | 0 | 15 | B | 99 | 41 | 44 |
| Octal | 167 | 342 | 262 | 57 | 0 | 25 | 13 | 231 | 101 | 104 |
| Binary | 1110111 | 11100010 | 10110010 | 101111 | 0 | 10101 | 1011 | 10011001 | 1000001 | 1000100 |
Color Harmonies of #77E2B2
Complementary color
Monochromatic Colors of #77E2B2
Black with #77E2B2
Text Example
Text Example
White with #77E2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E2B2; }
p { color: rgb(119,226,178); }
H1.HeaderClassName
{
color: #77E2B2;
}
.AnyTagClassName
{
color: #77E2B2;
}
</style>
background-color css
<style>
a { background-color: #77E2B2; }
a { background-color: rgb(119,226,178); }
div.DivClassName
{
background-color: #77E2B2;
}
.BgClassName
{
background-color: #77E2B2;
}
</style>
border-color css
<style>
span { border-color: #77E2B2; }
span { border-color: rgb(119,226,178); }
td.TdClassName
{
border-color: #77E2B2;
}
.TagClassName
{
border-color: #77E2B2;
}
</style>