Shades of Medium Aquamarine #77EDAD
Tints of Medium Aquamarine #77EDAD
RGB
CMYK
RGB Variations
Color information
#77EDAD (or 0x77EDAD) is known color: Medium Aquamarine. HEX triplet: 77, ED and AD. RGB value is (119,237,173). Sum of RGB (Red+Green+Blue) = 119+237+173=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EDAD is #881252. Grayscale: #C2C2C2. Windows color (decimal): -8917587 or 11398519. OLE color: 11398519.
HSL color Cylindrical-coordinate representation of color #77EDAD: hue angle of 147.46º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EDAD is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 237 | 173 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.07 |
| HSL | 147.46º | 0.77% | 0.7% | - |
| HSV(B) | 147.46º | 0.5% | 0.93% | - |
| XYZ | 45.43 | 67.51 | 50.17 | - |
| YUV | 194.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 237 | 173 | 0.50 | 0 | 0.27 | 0.07 | 147.46 | 0.77 | 0.7 |
| Hex | 77 | ED | AD | 32 | 0 | 1B | 7 | 93 | 4D | 46 |
| Octal | 167 | 355 | 255 | 62 | 0 | 33 | 7 | 223 | 115 | 106 |
| Binary | 1110111 | 11101101 | 10101101 | 110010 | 0 | 11011 | 111 | 10010011 | 1001101 | 1000110 |
Color Harmonies of #77EDAD
Complementary color
Monochromatic Colors of #77EDAD
Black with #77EDAD
Text Example
Text Example
White with #77EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EDAD; }
p { color: rgb(119,237,173); }
H1.HeaderClassName
{
color: #77EDAD;
}
.AnyTagClassName
{
color: #77EDAD;
}
</style>
background-color css
<style>
a { background-color: #77EDAD; }
a { background-color: rgb(119,237,173); }
div.DivClassName
{
background-color: #77EDAD;
}
.BgClassName
{
background-color: #77EDAD;
}
</style>
border-color css
<style>
span { border-color: #77EDAD; }
span { border-color: rgb(119,237,173); }
td.TdClassName
{
border-color: #77EDAD;
}
.TagClassName
{
border-color: #77EDAD;
}
</style>