Shades of Medium Aquamarine #77D2AE
Tints of Medium Aquamarine #77D2AE
RGB
CMYK
RGB Variations
Color information
#77D2AE (or 0x77D2AE) is known color: Medium Aquamarine. HEX triplet: 77, D2 and AE. RGB value is (119,210,174). Sum of RGB (Red+Green+Blue) = 119+210+174=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #77D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D2AE is #882D51. Grayscale: #B2B2B2. Windows color (decimal): -8924498 or 11457143. OLE color: 11457143.
HSL color Cylindrical-coordinate representation of color #77D2AE: hue angle of 156.26º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D2AE is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 210 | 174 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.18 |
| HSL | 156.26º | 0.5% | 0.65% | - |
| HSV(B) | 156.26º | 0.43% | 0.82% | - |
| XYZ | 38.29 | 53.07 | 48.27 | - |
| YUV | 178.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 174 | 0.43 | 0 | 0.17 | 0.18 | 156.26 | 0.5 | 0.65 |
| Hex | 77 | D2 | AE | 2B | 0 | 11 | 12 | 9C | 32 | 41 |
| Octal | 167 | 322 | 256 | 53 | 0 | 21 | 22 | 234 | 62 | 101 |
| Binary | 1110111 | 11010010 | 10101110 | 101011 | 0 | 10001 | 10010 | 10011100 | 110010 | 1000001 |
Color Harmonies of #77D2AE
Complementary color
Monochromatic Colors of #77D2AE
Black with #77D2AE
Text Example
Text Example
White with #77D2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D2AE; }
p { color: rgb(119,210,174); }
H1.HeaderClassName
{
color: #77D2AE;
}
.AnyTagClassName
{
color: #77D2AE;
}
</style>
background-color css
<style>
a { background-color: #77D2AE; }
a { background-color: rgb(119,210,174); }
div.DivClassName
{
background-color: #77D2AE;
}
.BgClassName
{
background-color: #77D2AE;
}
</style>
border-color css
<style>
span { border-color: #77D2AE; }
span { border-color: rgb(119,210,174); }
td.TdClassName
{
border-color: #77D2AE;
}
.TagClassName
{
border-color: #77D2AE;
}
</style>