Shades of Medium Aquamarine #77EAAE
Tints of Medium Aquamarine #77EAAE
RGB
CMYK
RGB Variations
Color information
#77EAAE (or 0x77EAAE) is known color: Medium Aquamarine. HEX triplet: 77, EA and AE. RGB value is (119,234,174). Sum of RGB (Red+Green+Blue) = 119+234+174=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EAAE is #881551. Grayscale: #C0C0C0. Windows color (decimal): -8918354 or 11463287. OLE color: 11463287.
HSL color Cylindrical-coordinate representation of color #77EAAE: hue angle of 148.7º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAAE is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 174 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.08 |
| HSL | 148.7º | 0.73% | 0.69% | - |
| HSV(B) | 148.7º | 0.49% | 0.92% | - |
| XYZ | 44.67 | 65.82 | 50.4 | - |
| YUV | 192.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 174 | 0.49 | 0 | 0.26 | 0.08 | 148.7 | 0.73 | 0.69 |
| Hex | 77 | EA | AE | 31 | 0 | 1A | 8 | 95 | 49 | 45 |
| Octal | 167 | 352 | 256 | 61 | 0 | 32 | 10 | 225 | 111 | 105 |
| Binary | 1110111 | 11101010 | 10101110 | 110001 | 0 | 11010 | 1000 | 10010101 | 1001001 | 1000101 |
Color Harmonies of #77EAAE
Complementary color
Monochromatic Colors of #77EAAE
Black with #77EAAE
Text Example
Text Example
White with #77EAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EAAE; }
p { color: rgb(119,234,174); }
H1.HeaderClassName
{
color: #77EAAE;
}
.AnyTagClassName
{
color: #77EAAE;
}
</style>
background-color css
<style>
a { background-color: #77EAAE; }
a { background-color: rgb(119,234,174); }
div.DivClassName
{
background-color: #77EAAE;
}
.BgClassName
{
background-color: #77EAAE;
}
</style>
border-color css
<style>
span { border-color: #77EAAE; }
span { border-color: rgb(119,234,174); }
td.TdClassName
{
border-color: #77EAAE;
}
.TagClassName
{
border-color: #77EAAE;
}
</style>