Shades of Medium Aquamarine #77CEAA
Tints of Medium Aquamarine #77CEAA
RGB
CMYK
RGB Variations
Color information
#77CEAA (or 0x77CEAA) is known color: Medium Aquamarine. HEX triplet: 77, CE and AA. RGB value is (119,206,170). Sum of RGB (Red+Green+Blue) = 119+206+170=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEAA is #883155. Grayscale: #AFAFAF. Windows color (decimal): -8925526 or 11193975. OLE color: 11193975.
HSL color Cylindrical-coordinate representation of color #77CEAA: hue angle of 155.17º 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 #77CEAA is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 170 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.19 |
| HSL | 155.17º | 0.47% | 0.64% | - |
| HSV(B) | 155.17º | 0.42% | 0.81% | - |
| XYZ | 36.93 | 50.97 | 45.92 | - |
| YUV | 175.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 170 | 0.42 | 0 | 0.17 | 0.19 | 155.17 | 0.47 | 0.64 |
| Hex | 77 | CE | AA | 2A | 0 | 11 | 13 | 9B | 2F | 40 |
| Octal | 167 | 316 | 252 | 52 | 0 | 21 | 23 | 233 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10101010 | 101010 | 0 | 10001 | 10011 | 10011011 | 101111 | 1000000 |
Color Harmonies of #77CEAA
Complementary color
Monochromatic Colors of #77CEAA
Black with #77CEAA
Text Example
Text Example
White with #77CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEAA; }
p { color: rgb(119,206,170); }
H1.HeaderClassName
{
color: #77CEAA;
}
.AnyTagClassName
{
color: #77CEAA;
}
</style>
background-color css
<style>
a { background-color: #77CEAA; }
a { background-color: rgb(119,206,170); }
div.DivClassName
{
background-color: #77CEAA;
}
.BgClassName
{
background-color: #77CEAA;
}
</style>
border-color css
<style>
span { border-color: #77CEAA; }
span { border-color: rgb(119,206,170); }
td.TdClassName
{
border-color: #77CEAA;
}
.TagClassName
{
border-color: #77CEAA;
}
</style>