Shades of Medium Aquamarine #77E8AF
Tints of Medium Aquamarine #77E8AF
RGB
CMYK
RGB Variations
Color information
#77E8AF (or 0x77E8AF) is known color: Medium Aquamarine. HEX triplet: 77, E8 and AF. RGB value is (119,232,175). Sum of RGB (Red+Green+Blue) = 119+232+175=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #77E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77E8AF is #881750. Grayscale: #BFBFBF. Windows color (decimal): -8918865 or 11528311. OLE color: 11528311.
HSL color Cylindrical-coordinate representation of color #77E8AF: hue angle of 149.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E8AF is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 232 | 175 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.09 |
| HSL | 149.73º | 0.71% | 0.69% | - |
| HSV(B) | 149.73º | 0.49% | 0.91% | - |
| XYZ | 44.2 | 64.73 | 50.72 | - |
| YUV | 191.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 232 | 175 | 0.49 | 0 | 0.25 | 0.09 | 149.73 | 0.71 | 0.69 |
| Hex | 77 | E8 | AF | 31 | 0 | 19 | 9 | 96 | 47 | 45 |
| Octal | 167 | 350 | 257 | 61 | 0 | 31 | 11 | 226 | 107 | 105 |
| Binary | 1110111 | 11101000 | 10101111 | 110001 | 0 | 11001 | 1001 | 10010110 | 1000111 | 1000101 |
Color Harmonies of #77E8AF
Complementary color
Monochromatic Colors of #77E8AF
Black with #77E8AF
Text Example
Text Example
White with #77E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E8AF; }
p { color: rgb(119,232,175); }
H1.HeaderClassName
{
color: #77E8AF;
}
.AnyTagClassName
{
color: #77E8AF;
}
</style>
background-color css
<style>
a { background-color: #77E8AF; }
a { background-color: rgb(119,232,175); }
div.DivClassName
{
background-color: #77E8AF;
}
.BgClassName
{
background-color: #77E8AF;
}
</style>
border-color css
<style>
span { border-color: #77E8AF; }
span { border-color: rgb(119,232,175); }
td.TdClassName
{
border-color: #77E8AF;
}
.TagClassName
{
border-color: #77E8AF;
}
</style>