Shades of Medium Aquamarine #76CFA3
Tints of Medium Aquamarine #76CFA3
RGB
CMYK
RGB Variations
Color information
#76CFA3 (or 0x76CFA3) is known color: Medium Aquamarine. HEX triplet: 76, CF and A3. RGB value is (118,207,163). Sum of RGB (Red+Green+Blue) = 118+207+163=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CFA3 is #89305C. Grayscale: #AFAFAF. Windows color (decimal): -8990813 or 10735478. OLE color: 10735478.
HSL color Cylindrical-coordinate representation of color #76CFA3: hue angle of 150.34º degrees, saturation: 0.48, 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 #76CFA3 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 163 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.19 |
| HSL | 150.34º | 0.48% | 0.64% | - |
| HSV(B) | 150.34º | 0.43% | 0.81% | - |
| XYZ | 36.39 | 51.12 | 42.6 | - |
| YUV | 175.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 163 | 0.43 | 0 | 0.21 | 0.19 | 150.34 | 0.48 | 0.64 |
| Hex | 76 | CF | A3 | 2B | 0 | 15 | 13 | 96 | 30 | 40 |
| Octal | 166 | 317 | 243 | 53 | 0 | 25 | 23 | 226 | 60 | 100 |
| Binary | 1110110 | 11001111 | 10100011 | 101011 | 0 | 10101 | 10011 | 10010110 | 110000 | 1000000 |
Color Harmonies of #76CFA3
Complementary color
Monochromatic Colors of #76CFA3
Black with #76CFA3
Text Example
Text Example
White with #76CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFA3; }
p { color: rgb(118,207,163); }
H1.HeaderClassName
{
color: #76CFA3;
}
.AnyTagClassName
{
color: #76CFA3;
}
</style>
background-color css
<style>
a { background-color: #76CFA3; }
a { background-color: rgb(118,207,163); }
div.DivClassName
{
background-color: #76CFA3;
}
.BgClassName
{
background-color: #76CFA3;
}
</style>
border-color css
<style>
span { border-color: #76CFA3; }
span { border-color: rgb(118,207,163); }
td.TdClassName
{
border-color: #76CFA3;
}
.TagClassName
{
border-color: #76CFA3;
}
</style>