Shades of Aquamarine #76EFC9
Tints of Aquamarine #76EFC9
RGB
CMYK
RGB Variations
Color information
#76EFC9 (or 0x76EFC9) is known color: Aquamarine. HEX triplet: 76, EF and C9. RGB value is (118,239,201). Sum of RGB (Red+Green+Blue) = 118+239+201=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFC9 is #891036. Grayscale: #C6C6C6. Windows color (decimal): -8982583 or 13234038. OLE color: 13234038.
HSL color Cylindrical-coordinate representation of color #76EFC9: hue angle of 161.16º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFC9 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 201 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.06 |
| HSL | 161.16º | 0.79% | 0.7% | - |
| HSV(B) | 161.16º | 0.51% | 0.94% | - |
| XYZ | 48.88 | 69.8 | 66.16 | - |
| YUV | 198.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 201 | 0.51 | 0 | 0.16 | 0.06 | 161.16 | 0.79 | 0.7 |
| Hex | 76 | EF | C9 | 33 | 0 | 10 | 6 | A1 | 4F | 46 |
| Octal | 166 | 357 | 311 | 63 | 0 | 20 | 6 | 241 | 117 | 106 |
| Binary | 1110110 | 11101111 | 11001001 | 110011 | 0 | 10000 | 110 | 10100001 | 1001111 | 1000110 |
Color Harmonies of #76EFC9
Complementary color
Monochromatic Colors of #76EFC9
Black with #76EFC9
Text Example
Text Example
White with #76EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EFC9; }
p { color: rgb(118,239,201); }
H1.HeaderClassName
{
color: #76EFC9;
}
.AnyTagClassName
{
color: #76EFC9;
}
</style>
background-color css
<style>
a { background-color: #76EFC9; }
a { background-color: rgb(118,239,201); }
div.DivClassName
{
background-color: #76EFC9;
}
.BgClassName
{
background-color: #76EFC9;
}
</style>
border-color css
<style>
span { border-color: #76EFC9; }
span { border-color: rgb(118,239,201); }
td.TdClassName
{
border-color: #76EFC9;
}
.TagClassName
{
border-color: #76EFC9;
}
</style>