Shades of Medium Aquamarine #77CEA0
Tints of Medium Aquamarine #77CEA0
RGB
CMYK
RGB Variations
Color information
#77CEA0 (or 0x77CEA0) is known color: Medium Aquamarine. HEX triplet: 77, CE and A0. RGB value is (119,206,160). Sum of RGB (Red+Green+Blue) = 119+206+160=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEA0 is #88315F. Grayscale: #AEAEAE. Windows color (decimal): -8925536 or 10538615. OLE color: 10538615.
HSL color Cylindrical-coordinate representation of color #77CEA0: hue angle of 148.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEA0 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 160 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.19 |
| HSL | 148.28º | 0.47% | 0.64% | - |
| HSV(B) | 148.28º | 0.42% | 0.81% | - |
| XYZ | 36.02 | 50.6 | 41.13 | - |
| YUV | 174.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 160 | 0.42 | 0 | 0.22 | 0.19 | 148.28 | 0.47 | 0.64 |
| Hex | 77 | CE | A0 | 2A | 0 | 16 | 13 | 94 | 2F | 40 |
| Octal | 167 | 316 | 240 | 52 | 0 | 26 | 23 | 224 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10100000 | 101010 | 0 | 10110 | 10011 | 10010100 | 101111 | 1000000 |
Color Harmonies of #77CEA0
Complementary color
Monochromatic Colors of #77CEA0
Black with #77CEA0
Text Example
Text Example
White with #77CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEA0; }
p { color: rgb(119,206,160); }
H1.HeaderClassName
{
color: #77CEA0;
}
.AnyTagClassName
{
color: #77CEA0;
}
</style>
background-color css
<style>
a { background-color: #77CEA0; }
a { background-color: rgb(119,206,160); }
div.DivClassName
{
background-color: #77CEA0;
}
.BgClassName
{
background-color: #77CEA0;
}
</style>
border-color css
<style>
span { border-color: #77CEA0; }
span { border-color: rgb(119,206,160); }
td.TdClassName
{
border-color: #77CEA0;
}
.TagClassName
{
border-color: #77CEA0;
}
</style>