Shades of Medium Aquamarine #77D2AF
Tints of Medium Aquamarine #77D2AF
RGB
CMYK
RGB Variations
Color information
#77D2AF (or 0x77D2AF) is known color: Medium Aquamarine. HEX triplet: 77, D2 and AF. RGB value is (119,210,175). Sum of RGB (Red+Green+Blue) = 119+210+175=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #77D2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D2AF is #882D50. Grayscale: #B2B2B2. Windows color (decimal): -8924497 or 11522679. OLE color: 11522679.
HSL color Cylindrical-coordinate representation of color #77D2AF: hue angle of 156.92º 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 #77D2AF is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 210 | 175 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.18 |
| HSL | 156.92º | 0.5% | 0.65% | - |
| HSV(B) | 156.92º | 0.43% | 0.82% | - |
| XYZ | 38.39 | 53.11 | 48.79 | - |
| YUV | 178.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 175 | 0.43 | 0 | 0.17 | 0.18 | 156.92 | 0.5 | 0.65 |
| Hex | 77 | D2 | AF | 2B | 0 | 11 | 12 | 9D | 32 | 41 |
| Octal | 167 | 322 | 257 | 53 | 0 | 21 | 22 | 235 | 62 | 101 |
| Binary | 1110111 | 11010010 | 10101111 | 101011 | 0 | 10001 | 10010 | 10011101 | 110010 | 1000001 |
Color Harmonies of #77D2AF
Complementary color
Monochromatic Colors of #77D2AF
Black with #77D2AF
Text Example
Text Example
White with #77D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D2AF; }
p { color: rgb(119,210,175); }
H1.HeaderClassName
{
color: #77D2AF;
}
.AnyTagClassName
{
color: #77D2AF;
}
</style>
background-color css
<style>
a { background-color: #77D2AF; }
a { background-color: rgb(119,210,175); }
div.DivClassName
{
background-color: #77D2AF;
}
.BgClassName
{
background-color: #77D2AF;
}
</style>
border-color css
<style>
span { border-color: #77D2AF; }
span { border-color: rgb(119,210,175); }
td.TdClassName
{
border-color: #77D2AF;
}
.TagClassName
{
border-color: #77D2AF;
}
</style>