Shades of Medium Aquamarine #76DBAF
Tints of Medium Aquamarine #76DBAF
RGB
CMYK
RGB Variations
Color information
#76DBAF (or 0x76DBAF) is known color: Medium Aquamarine. HEX triplet: 76, DB and AF. RGB value is (118,219,175). Sum of RGB (Red+Green+Blue) = 118+219+175=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBAF is #892450. Grayscale: #B7B7B7. Windows color (decimal): -8987729 or 11524982. OLE color: 11524982.
HSL color Cylindrical-coordinate representation of color #76DBAF: hue angle of 153.86º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DBAF is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 175 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.14 |
| HSL | 153.86º | 0.58% | 0.66% | - |
| HSV(B) | 153.86º | 0.46% | 0.86% | - |
| XYZ | 40.54 | 57.61 | 49.54 | - |
| YUV | 183.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 175 | 0.46 | 0 | 0.20 | 0.14 | 153.86 | 0.58 | 0.66 |
| Hex | 76 | DB | AF | 2E | 0 | 14 | E | 9A | 3A | 42 |
| Octal | 166 | 333 | 257 | 56 | 0 | 24 | 16 | 232 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10101111 | 101110 | 0 | 10100 | 1110 | 10011010 | 111010 | 1000010 |
Color Harmonies of #76DBAF
Complementary color
Monochromatic Colors of #76DBAF
Black with #76DBAF
Text Example
Text Example
White with #76DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBAF; }
p { color: rgb(118,219,175); }
H1.HeaderClassName
{
color: #76DBAF;
}
.AnyTagClassName
{
color: #76DBAF;
}
</style>
background-color css
<style>
a { background-color: #76DBAF; }
a { background-color: rgb(118,219,175); }
div.DivClassName
{
background-color: #76DBAF;
}
.BgClassName
{
background-color: #76DBAF;
}
</style>
border-color css
<style>
span { border-color: #76DBAF; }
span { border-color: rgb(118,219,175); }
td.TdClassName
{
border-color: #76DBAF;
}
.TagClassName
{
border-color: #76DBAF;
}
</style>