Shades of Medium Aquamarine #76CDAB
Tints of Medium Aquamarine #76CDAB
RGB
CMYK
RGB Variations
Color information
#76CDAB (or 0x76CDAB) is known color: Medium Aquamarine. HEX triplet: 76, CD and AB. RGB value is (118,205,171). Sum of RGB (Red+Green+Blue) = 118+205+171=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDAB is #893254. Grayscale: #AFAFAF. Windows color (decimal): -8991317 or 11259254. OLE color: 11259254.
HSL color Cylindrical-coordinate representation of color #76CDAB: hue angle of 156.55º 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 #76CDAB is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 171 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.20 |
| HSL | 156.55º | 0.47% | 0.63% | - |
| HSV(B) | 156.55º | 0.42% | 0.8% | - |
| XYZ | 36.65 | 50.45 | 46.33 | - |
| YUV | 175.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 171 | 0.42 | 0 | 0.17 | 0.20 | 156.55 | 0.47 | 0.63 |
| Hex | 76 | CD | AB | 2A | 0 | 11 | 14 | 9D | 2F | 3F |
| Octal | 166 | 315 | 253 | 52 | 0 | 21 | 24 | 235 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10101011 | 101010 | 0 | 10001 | 10100 | 10011101 | 101111 | 111111 |
Color Harmonies of #76CDAB
Complementary color
Monochromatic Colors of #76CDAB
Black with #76CDAB
Text Example
Text Example
White with #76CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDAB; }
p { color: rgb(118,205,171); }
H1.HeaderClassName
{
color: #76CDAB;
}
.AnyTagClassName
{
color: #76CDAB;
}
</style>
background-color css
<style>
a { background-color: #76CDAB; }
a { background-color: rgb(118,205,171); }
div.DivClassName
{
background-color: #76CDAB;
}
.BgClassName
{
background-color: #76CDAB;
}
</style>
border-color css
<style>
span { border-color: #76CDAB; }
span { border-color: rgb(118,205,171); }
td.TdClassName
{
border-color: #76CDAB;
}
.TagClassName
{
border-color: #76CDAB;
}
</style>