Shades of Medium Aquamarine #76CEA2
Tints of Medium Aquamarine #76CEA2
RGB
CMYK
RGB Variations
Color information
#76CEA2 (or 0x76CEA2) is known color: Medium Aquamarine. HEX triplet: 76, CE and A2. RGB value is (118,206,162). Sum of RGB (Red+Green+Blue) = 118+206+162=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CEA2 is #89315D. Grayscale: #AEAEAE. Windows color (decimal): -8991070 or 10669686. OLE color: 10669686.
HSL color Cylindrical-coordinate representation of color #76CEA2: hue angle of 150º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CEA2 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 162 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.19 |
| HSL | 150º | 0.47% | 0.64% | - |
| HSV(B) | 150º | 0.43% | 0.81% | - |
| XYZ | 36.06 | 50.6 | 42.05 | - |
| YUV | 174.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 162 | 0.43 | 0 | 0.21 | 0.19 | 150 | 0.47 | 0.64 |
| Hex | 76 | CE | A2 | 2B | 0 | 15 | 13 | 96 | 2F | 40 |
| Octal | 166 | 316 | 242 | 53 | 0 | 25 | 23 | 226 | 57 | 100 |
| Binary | 1110110 | 11001110 | 10100010 | 101011 | 0 | 10101 | 10011 | 10010110 | 101111 | 1000000 |
Color Harmonies of #76CEA2
Complementary color
Monochromatic Colors of #76CEA2
Black with #76CEA2
Text Example
Text Example
White with #76CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEA2; }
p { color: rgb(118,206,162); }
H1.HeaderClassName
{
color: #76CEA2;
}
.AnyTagClassName
{
color: #76CEA2;
}
</style>
background-color css
<style>
a { background-color: #76CEA2; }
a { background-color: rgb(118,206,162); }
div.DivClassName
{
background-color: #76CEA2;
}
.BgClassName
{
background-color: #76CEA2;
}
</style>
border-color css
<style>
span { border-color: #76CEA2; }
span { border-color: rgb(118,206,162); }
td.TdClassName
{
border-color: #76CEA2;
}
.TagClassName
{
border-color: #76CEA2;
}
</style>