Shades of Aquamarine #76FEDB
Tints of Aquamarine #76FEDB
RGB
CMYK
RGB Variations
Color information
#76FEDB (or 0x76FEDB) is known color: Aquamarine. HEX triplet: 76, FE and DB. RGB value is (118,254,219). Sum of RGB (Red+Green+Blue) = 118+254+219=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FEDB is #890124. Grayscale: #D1D1D1. Windows color (decimal): -8978725 or 14417526. OLE color: 14417526.
HSL color Cylindrical-coordinate representation of color #76FEDB: hue angle of 164.56º 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 #76FEDB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 219 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.00 |
| HSL | 164.56º | 0.99% | 0.73% | - |
| HSV(B) | 164.56º | 0.54% | 1% | - |
| XYZ | 55.7 | 79.85 | 79.49 | - |
| YUV | 209.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 219 | 0.54 | 0 | 0.14 | 0.00 | 164.56 | 0.99 | 0.73 |
| Hex | 76 | FE | DB | 36 | 0 | E | 0 | A5 | 63 | 49 |
| Octal | 166 | 376 | 333 | 66 | 0 | 16 | 0 | 245 | 143 | 111 |
| Binary | 1110110 | 11111110 | 11011011 | 110110 | 0 | 1110 | 0 | 10100101 | 1100011 | 1001001 |
Color Harmonies of #76FEDB
Complementary color
Monochromatic Colors of #76FEDB
Black with #76FEDB
Text Example
Text Example
White with #76FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEDB; }
p { color: rgb(118,254,219); }
H1.HeaderClassName
{
color: #76FEDB;
}
.AnyTagClassName
{
color: #76FEDB;
}
</style>
background-color css
<style>
a { background-color: #76FEDB; }
a { background-color: rgb(118,254,219); }
div.DivClassName
{
background-color: #76FEDB;
}
.BgClassName
{
background-color: #76FEDB;
}
</style>
border-color css
<style>
span { border-color: #76FEDB; }
span { border-color: rgb(118,254,219); }
td.TdClassName
{
border-color: #76FEDB;
}
.TagClassName
{
border-color: #76FEDB;
}
</style>