Shades of Medium Aquamarine #76E0AB
Tints of Medium Aquamarine #76E0AB
RGB
CMYK
RGB Variations
Color information
#76E0AB (or 0x76E0AB) is known color: Medium Aquamarine. HEX triplet: 76, E0 and AB. RGB value is (118,224,171). Sum of RGB (Red+Green+Blue) = 118+224+171=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #76E0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E0AB is #891F54. Grayscale: #BABABA. Windows color (decimal): -8986453 or 11264118. OLE color: 11264118.
HSL color Cylindrical-coordinate representation of color #76E0AB: hue angle of 150º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76E0AB is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 171 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.12 |
| HSL | 150º | 0.63% | 0.67% | - |
| HSV(B) | 150º | 0.47% | 0.88% | - |
| XYZ | 41.48 | 60.1 | 47.94 | - |
| YUV | 186.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 171 | 0.47 | 0 | 0.24 | 0.12 | 150 | 0.63 | 0.67 |
| Hex | 76 | E0 | AB | 2F | 0 | 18 | C | 96 | 3F | 43 |
| Octal | 166 | 340 | 253 | 57 | 0 | 30 | 14 | 226 | 77 | 103 |
| Binary | 1110110 | 11100000 | 10101011 | 101111 | 0 | 11000 | 1100 | 10010110 | 111111 | 1000011 |
Color Harmonies of #76E0AB
Complementary color
Monochromatic Colors of #76E0AB
Black with #76E0AB
Text Example
Text Example
White with #76E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E0AB; }
p { color: rgb(118,224,171); }
H1.HeaderClassName
{
color: #76E0AB;
}
.AnyTagClassName
{
color: #76E0AB;
}
</style>
background-color css
<style>
a { background-color: #76E0AB; }
a { background-color: rgb(118,224,171); }
div.DivClassName
{
background-color: #76E0AB;
}
.BgClassName
{
background-color: #76E0AB;
}
</style>
border-color css
<style>
span { border-color: #76E0AB; }
span { border-color: rgb(118,224,171); }
td.TdClassName
{
border-color: #76E0AB;
}
.TagClassName
{
border-color: #76E0AB;
}
</style>