Shades of Medium Aquamarine #77E3A0
Tints of Medium Aquamarine #77E3A0
RGB
CMYK
RGB Variations
Color information
#77E3A0 (or 0x77E3A0) is known color: Medium Aquamarine. HEX triplet: 77, E3 and A0. RGB value is (119,227,160). Sum of RGB (Red+Green+Blue) = 119+227+160=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #77E3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E3A0 is #881C5F. Grayscale: #BBBBBB. Windows color (decimal): -8920160 or 10543991. OLE color: 10543991.
HSL color Cylindrical-coordinate representation of color #77E3A0: hue angle of 142.78º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E3A0 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 227 | 160 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.11 |
| HSL | 142.78º | 0.66% | 0.68% | - |
| HSV(B) | 142.78º | 0.48% | 0.89% | - |
| XYZ | 41.42 | 61.4 | 42.93 | - |
| YUV | 187.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 160 | 0.48 | 0 | 0.30 | 0.11 | 142.78 | 0.66 | 0.68 |
| Hex | 77 | E3 | A0 | 30 | 0 | 1E | B | 8F | 42 | 44 |
| Octal | 167 | 343 | 240 | 60 | 0 | 36 | 13 | 217 | 102 | 104 |
| Binary | 1110111 | 11100011 | 10100000 | 110000 | 0 | 11110 | 1011 | 10001111 | 1000010 | 1000100 |
Color Harmonies of #77E3A0
Complementary color
Monochromatic Colors of #77E3A0
Black with #77E3A0
Text Example
Text Example
White with #77E3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E3A0; }
p { color: rgb(119,227,160); }
H1.HeaderClassName
{
color: #77E3A0;
}
.AnyTagClassName
{
color: #77E3A0;
}
</style>
background-color css
<style>
a { background-color: #77E3A0; }
a { background-color: rgb(119,227,160); }
div.DivClassName
{
background-color: #77E3A0;
}
.BgClassName
{
background-color: #77E3A0;
}
</style>
border-color css
<style>
span { border-color: #77E3A0; }
span { border-color: rgb(119,227,160); }
td.TdClassName
{
border-color: #77E3A0;
}
.TagClassName
{
border-color: #77E3A0;
}
</style>