Shades of Medium Aquamarine #76DEA8
Tints of Medium Aquamarine #76DEA8
RGB
CMYK
RGB Variations
Color information
#76DEA8 (or 0x76DEA8) is known color: Medium Aquamarine. HEX triplet: 76, DE and A8. RGB value is (118,222,168). Sum of RGB (Red+Green+Blue) = 118+222+168=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DEA8 is #892157. Grayscale: #B8B8B8. Windows color (decimal): -8986968 or 11066998. OLE color: 11066998.
HSL color Cylindrical-coordinate representation of color #76DEA8: hue angle of 148.85º 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 #76DEA8 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 168 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.13 |
| HSL | 148.85º | 0.61% | 0.67% | - |
| HSV(B) | 148.85º | 0.47% | 0.87% | - |
| XYZ | 40.66 | 58.92 | 46.28 | - |
| YUV | 184.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 168 | 0.47 | 0 | 0.24 | 0.13 | 148.85 | 0.61 | 0.67 |
| Hex | 76 | DE | A8 | 2F | 0 | 18 | D | 95 | 3D | 43 |
| Octal | 166 | 336 | 250 | 57 | 0 | 30 | 15 | 225 | 75 | 103 |
| Binary | 1110110 | 11011110 | 10101000 | 101111 | 0 | 11000 | 1101 | 10010101 | 111101 | 1000011 |
Color Harmonies of #76DEA8
Complementary color
Monochromatic Colors of #76DEA8
Black with #76DEA8
Text Example
Text Example
White with #76DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEA8; }
p { color: rgb(118,222,168); }
H1.HeaderClassName
{
color: #76DEA8;
}
.AnyTagClassName
{
color: #76DEA8;
}
</style>
background-color css
<style>
a { background-color: #76DEA8; }
a { background-color: rgb(118,222,168); }
div.DivClassName
{
background-color: #76DEA8;
}
.BgClassName
{
background-color: #76DEA8;
}
</style>
border-color css
<style>
span { border-color: #76DEA8; }
span { border-color: rgb(118,222,168); }
td.TdClassName
{
border-color: #76DEA8;
}
.TagClassName
{
border-color: #76DEA8;
}
</style>