Shades of Medium Aquamarine #76CEA3
Tints of Medium Aquamarine #76CEA3
RGB
CMYK
RGB Variations
Color information
#76CEA3 (or 0x76CEA3) is known color: Medium Aquamarine. HEX triplet: 76, CE and A3. RGB value is (118,206,163). Sum of RGB (Red+Green+Blue) = 118+206+163=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CEA3 is #89315C. Grayscale: #AEAEAE. Windows color (decimal): -8991069 or 10735222. OLE color: 10735222.
HSL color Cylindrical-coordinate representation of color #76CEA3: hue angle of 150.68º 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 #76CEA3 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 163 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.19 |
| HSL | 150.68º | 0.47% | 0.64% | - |
| HSV(B) | 150.68º | 0.43% | 0.81% | - |
| XYZ | 36.15 | 50.64 | 42.52 | - |
| YUV | 174.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 163 | 0.43 | 0 | 0.21 | 0.19 | 150.68 | 0.47 | 0.64 |
| Hex | 76 | CE | A3 | 2B | 0 | 15 | 13 | 97 | 2F | 40 |
| Octal | 166 | 316 | 243 | 53 | 0 | 25 | 23 | 227 | 57 | 100 |
| Binary | 1110110 | 11001110 | 10100011 | 101011 | 0 | 10101 | 10011 | 10010111 | 101111 | 1000000 |
Color Harmonies of #76CEA3
Complementary color
Monochromatic Colors of #76CEA3
Black with #76CEA3
Text Example
Text Example
White with #76CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEA3; }
p { color: rgb(118,206,163); }
H1.HeaderClassName
{
color: #76CEA3;
}
.AnyTagClassName
{
color: #76CEA3;
}
</style>
background-color css
<style>
a { background-color: #76CEA3; }
a { background-color: rgb(118,206,163); }
div.DivClassName
{
background-color: #76CEA3;
}
.BgClassName
{
background-color: #76CEA3;
}
</style>
border-color css
<style>
span { border-color: #76CEA3; }
span { border-color: rgb(118,206,163); }
td.TdClassName
{
border-color: #76CEA3;
}
.TagClassName
{
border-color: #76CEA3;
}
</style>