Shades of Aquamarine #76FEAD
Tints of Aquamarine #76FEAD
RGB
CMYK
RGB Variations
Color information
#76FEAD (or 0x76FEAD) is known color: Aquamarine. HEX triplet: 76, FE and AD. RGB value is (118,254,173). Sum of RGB (Red+Green+Blue) = 118+254+173=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FEAD is #890152. Grayscale: #CCCCCC. Windows color (decimal): -8978771 or 11402870. OLE color: 11402870.
HSL color Cylindrical-coordinate representation of color #76FEAD: hue angle of 144.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FEAD is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 173 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.00 |
| HSL | 144.26º | 0.99% | 0.73% | - |
| HSV(B) | 144.26º | 0.54% | 1% | - |
| XYZ | 50.46 | 77.75 | 51.88 | - |
| YUV | 204.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 173 | 0.54 | 0 | 0.32 | 0.00 | 144.26 | 0.99 | 0.73 |
| Hex | 76 | FE | AD | 36 | 0 | 20 | 0 | 90 | 63 | 49 |
| Octal | 166 | 376 | 255 | 66 | 0 | 40 | 0 | 220 | 143 | 111 |
| Binary | 1110110 | 11111110 | 10101101 | 110110 | 0 | 100000 | 0 | 10010000 | 1100011 | 1001001 |
Color Harmonies of #76FEAD
Complementary color
Monochromatic Colors of #76FEAD
Black with #76FEAD
Text Example
Text Example
White with #76FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEAD; }
p { color: rgb(118,254,173); }
H1.HeaderClassName
{
color: #76FEAD;
}
.AnyTagClassName
{
color: #76FEAD;
}
</style>
background-color css
<style>
a { background-color: #76FEAD; }
a { background-color: rgb(118,254,173); }
div.DivClassName
{
background-color: #76FEAD;
}
.BgClassName
{
background-color: #76FEAD;
}
</style>
border-color css
<style>
span { border-color: #76FEAD; }
span { border-color: rgb(118,254,173); }
td.TdClassName
{
border-color: #76FEAD;
}
.TagClassName
{
border-color: #76FEAD;
}
</style>