Shades of Medium Aquamarine #76CDA3
Tints of Medium Aquamarine #76CDA3
RGB
CMYK
RGB Variations
Color information
#76CDA3 (or 0x76CDA3) is known color: Medium Aquamarine. HEX triplet: 76, CD and A3. RGB value is (118,205,163). Sum of RGB (Red+Green+Blue) = 118+205+163=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA3 is #89325C. Grayscale: #AEAEAE. Windows color (decimal): -8991325 or 10734966. OLE color: 10734966.
HSL color Cylindrical-coordinate representation of color #76CDA3: hue angle of 151.03º 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 #76CDA3 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 163 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.20 |
| HSL | 151.03º | 0.47% | 0.63% | - |
| HSV(B) | 151.03º | 0.42% | 0.8% | - |
| XYZ | 35.91 | 50.16 | 42.44 | - |
| YUV | 174.2 | 121.68 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 163 | 0.42 | 0 | 0.20 | 0.20 | 151.03 | 0.47 | 0.63 |
| Hex | 76 | CD | A3 | 2A | 0 | 14 | 14 | 97 | 2F | 3F |
| Octal | 166 | 315 | 243 | 52 | 0 | 24 | 24 | 227 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10100011 | 101010 | 0 | 10100 | 10100 | 10010111 | 101111 | 111111 |
Color Harmonies of #76CDA3
Complementary color
Monochromatic Colors of #76CDA3
Black with #76CDA3
Text Example
Text Example
White with #76CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDA3; }
p { color: rgb(118,205,163); }
H1.HeaderClassName
{
color: #76CDA3;
}
.AnyTagClassName
{
color: #76CDA3;
}
</style>
background-color css
<style>
a { background-color: #76CDA3; }
a { background-color: rgb(118,205,163); }
div.DivClassName
{
background-color: #76CDA3;
}
.BgClassName
{
background-color: #76CDA3;
}
</style>
border-color css
<style>
span { border-color: #76CDA3; }
span { border-color: rgb(118,205,163); }
td.TdClassName
{
border-color: #76CDA3;
}
.TagClassName
{
border-color: #76CDA3;
}
</style>