Shades of Medium Aquamarine #76CDA1
Tints of Medium Aquamarine #76CDA1
RGB
CMYK
RGB Variations
Color information
#76CDA1 (or 0x76CDA1) is known color: Medium Aquamarine. HEX triplet: 76, CD and A1. RGB value is (118,205,161). Sum of RGB (Red+Green+Blue) = 118+205+161=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA1 is #89325E. Grayscale: #AEAEAE. Windows color (decimal): -8991327 or 10603894. OLE color: 10603894.
HSL color Cylindrical-coordinate representation of color #76CDA1: hue angle of 149.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDA1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 161 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.20 |
| HSL | 149.66º | 0.47% | 0.63% | - |
| HSV(B) | 149.66º | 0.42% | 0.8% | - |
| XYZ | 35.74 | 50.09 | 41.5 | - |
| YUV | 173.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 161 | 0.42 | 0 | 0.21 | 0.20 | 149.66 | 0.47 | 0.63 |
| Hex | 76 | CD | A1 | 2A | 0 | 15 | 14 | 96 | 2F | 3F |
| Octal | 166 | 315 | 241 | 52 | 0 | 25 | 24 | 226 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10100001 | 101010 | 0 | 10101 | 10100 | 10010110 | 101111 | 111111 |
Color Harmonies of #76CDA1
Complementary color
Monochromatic Colors of #76CDA1
Black with #76CDA1
Text Example
Text Example
White with #76CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDA1; }
p { color: rgb(118,205,161); }
H1.HeaderClassName
{
color: #76CDA1;
}
.AnyTagClassName
{
color: #76CDA1;
}
</style>
background-color css
<style>
a { background-color: #76CDA1; }
a { background-color: rgb(118,205,161); }
div.DivClassName
{
background-color: #76CDA1;
}
.BgClassName
{
background-color: #76CDA1;
}
</style>
border-color css
<style>
span { border-color: #76CDA1; }
span { border-color: rgb(118,205,161); }
td.TdClassName
{
border-color: #76CDA1;
}
.TagClassName
{
border-color: #76CDA1;
}
</style>