Shades of Medium Aquamarine #77DCAA
Tints of Medium Aquamarine #77DCAA
RGB
CMYK
RGB Variations
Color information
#77DCAA (or 0x77DCAA) is known color: Medium Aquamarine. HEX triplet: 77, DC and AA. RGB value is (119,220,170). Sum of RGB (Red+Green+Blue) = 119+220+170=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCAA is #882355. Grayscale: #B8B8B8. Windows color (decimal): -8921942 or 11197559. OLE color: 11197559.
HSL color Cylindrical-coordinate representation of color #77DCAA: hue angle of 150.3º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCAA is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 170 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.14 |
| HSL | 150.3º | 0.59% | 0.66% | - |
| HSV(B) | 150.3º | 0.46% | 0.86% | - |
| XYZ | 40.46 | 58.01 | 47.1 | - |
| YUV | 184.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 170 | 0.46 | 0 | 0.23 | 0.14 | 150.3 | 0.59 | 0.66 |
| Hex | 77 | DC | AA | 2E | 0 | 17 | E | 96 | 3B | 42 |
| Octal | 167 | 334 | 252 | 56 | 0 | 27 | 16 | 226 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10101010 | 101110 | 0 | 10111 | 1110 | 10010110 | 111011 | 1000010 |
Color Harmonies of #77DCAA
Complementary color
Monochromatic Colors of #77DCAA
Black with #77DCAA
Text Example
Text Example
White with #77DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCAA; }
p { color: rgb(119,220,170); }
H1.HeaderClassName
{
color: #77DCAA;
}
.AnyTagClassName
{
color: #77DCAA;
}
</style>
background-color css
<style>
a { background-color: #77DCAA; }
a { background-color: rgb(119,220,170); }
div.DivClassName
{
background-color: #77DCAA;
}
.BgClassName
{
background-color: #77DCAA;
}
</style>
border-color css
<style>
span { border-color: #77DCAA; }
span { border-color: rgb(119,220,170); }
td.TdClassName
{
border-color: #77DCAA;
}
.TagClassName
{
border-color: #77DCAA;
}
</style>