Shades of Medium Aquamarine #77E4AF
Tints of Medium Aquamarine #77E4AF
RGB
CMYK
RGB Variations
Color information
#77E4AF (or 0x77E4AF) is known color: Medium Aquamarine. HEX triplet: 77, E4 and AF. RGB value is (119,228,175). Sum of RGB (Red+Green+Blue) = 119+228+175=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #77E4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E4AF is #881B50. Grayscale: #BDBDBD. Windows color (decimal): -8919889 or 11527287. OLE color: 11527287.
HSL color Cylindrical-coordinate representation of color #77E4AF: hue angle of 150.83º degrees, saturation: 0.67, 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 #77E4AF is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 228 | 175 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.11 |
| HSL | 150.83º | 0.67% | 0.68% | - |
| HSV(B) | 150.83º | 0.48% | 0.89% | - |
| XYZ | 43.09 | 62.5 | 50.35 | - |
| YUV | 189.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 228 | 175 | 0.48 | 0 | 0.23 | 0.11 | 150.83 | 0.67 | 0.68 |
| Hex | 77 | E4 | AF | 30 | 0 | 17 | B | 97 | 43 | 44 |
| Octal | 167 | 344 | 257 | 60 | 0 | 27 | 13 | 227 | 103 | 104 |
| Binary | 1110111 | 11100100 | 10101111 | 110000 | 0 | 10111 | 1011 | 10010111 | 1000011 | 1000100 |
Color Harmonies of #77E4AF
Complementary color
Monochromatic Colors of #77E4AF
Black with #77E4AF
Text Example
Text Example
White with #77E4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E4AF; }
p { color: rgb(119,228,175); }
H1.HeaderClassName
{
color: #77E4AF;
}
.AnyTagClassName
{
color: #77E4AF;
}
</style>
background-color css
<style>
a { background-color: #77E4AF; }
a { background-color: rgb(119,228,175); }
div.DivClassName
{
background-color: #77E4AF;
}
.BgClassName
{
background-color: #77E4AF;
}
</style>
border-color css
<style>
span { border-color: #77E4AF; }
span { border-color: rgb(119,228,175); }
td.TdClassName
{
border-color: #77E4AF;
}
.TagClassName
{
border-color: #77E4AF;
}
</style>