Shades of Medium Aquamarine #76DEAB
Tints of Medium Aquamarine #76DEAB
RGB
CMYK
RGB Variations
Color information
#76DEAB (or 0x76DEAB) is known color: Medium Aquamarine. HEX triplet: 76, DE and AB. RGB value is (118,222,171). Sum of RGB (Red+Green+Blue) = 118+222+171=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DEAB is #892154. Grayscale: #B9B9B9. Windows color (decimal): -8986965 or 11263606. OLE color: 11263606.
HSL color Cylindrical-coordinate representation of color #76DEAB: hue angle of 150.58º degrees, saturation: 0.61, 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 #76DEAB is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 171 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.13 |
| HSL | 150.58º | 0.61% | 0.67% | - |
| HSV(B) | 150.58º | 0.47% | 0.87% | - |
| XYZ | 40.94 | 59.03 | 47.76 | - |
| YUV | 185.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 171 | 0.47 | 0 | 0.23 | 0.13 | 150.58 | 0.61 | 0.67 |
| Hex | 76 | DE | AB | 2F | 0 | 17 | D | 97 | 3D | 43 |
| Octal | 166 | 336 | 253 | 57 | 0 | 27 | 15 | 227 | 75 | 103 |
| Binary | 1110110 | 11011110 | 10101011 | 101111 | 0 | 10111 | 1101 | 10010111 | 111101 | 1000011 |
Color Harmonies of #76DEAB
Complementary color
Monochromatic Colors of #76DEAB
Black with #76DEAB
Text Example
Text Example
White with #76DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEAB; }
p { color: rgb(118,222,171); }
H1.HeaderClassName
{
color: #76DEAB;
}
.AnyTagClassName
{
color: #76DEAB;
}
</style>
background-color css
<style>
a { background-color: #76DEAB; }
a { background-color: rgb(118,222,171); }
div.DivClassName
{
background-color: #76DEAB;
}
.BgClassName
{
background-color: #76DEAB;
}
</style>
border-color css
<style>
span { border-color: #76DEAB; }
span { border-color: rgb(118,222,171); }
td.TdClassName
{
border-color: #76DEAB;
}
.TagClassName
{
border-color: #76DEAB;
}
</style>