Shades of Medium Aquamarine #76DFAA
Tints of Medium Aquamarine #76DFAA
RGB
CMYK
RGB Variations
Color information
#76DFAA (or 0x76DFAA) is known color: Medium Aquamarine. HEX triplet: 76, DF and AA. RGB value is (118,223,170). Sum of RGB (Red+Green+Blue) = 118+223+170=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DFAA is #892055. Grayscale: #B9B9B9. Windows color (decimal): -8986710 or 11198326. OLE color: 11198326.
HSL color Cylindrical-coordinate representation of color #76DFAA: hue angle of 149.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFAA is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 170 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.13 |
| HSL | 149.71º | 0.62% | 0.67% | - |
| HSV(B) | 149.71º | 0.47% | 0.87% | - |
| XYZ | 41.11 | 59.53 | 47.35 | - |
| YUV | 185.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 170 | 0.47 | 0 | 0.24 | 0.13 | 149.71 | 0.62 | 0.67 |
| Hex | 76 | DF | AA | 2F | 0 | 18 | D | 96 | 3E | 43 |
| Octal | 166 | 337 | 252 | 57 | 0 | 30 | 15 | 226 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10101010 | 101111 | 0 | 11000 | 1101 | 10010110 | 111110 | 1000011 |
Color Harmonies of #76DFAA
Complementary color
Monochromatic Colors of #76DFAA
Black with #76DFAA
Text Example
Text Example
White with #76DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFAA; }
p { color: rgb(118,223,170); }
H1.HeaderClassName
{
color: #76DFAA;
}
.AnyTagClassName
{
color: #76DFAA;
}
</style>
background-color css
<style>
a { background-color: #76DFAA; }
a { background-color: rgb(118,223,170); }
div.DivClassName
{
background-color: #76DFAA;
}
.BgClassName
{
background-color: #76DFAA;
}
</style>
border-color css
<style>
span { border-color: #76DFAA; }
span { border-color: rgb(118,223,170); }
td.TdClassName
{
border-color: #76DFAA;
}
.TagClassName
{
border-color: #76DFAA;
}
</style>