Shades of Aquamarine #76FEDA
Tints of Aquamarine #76FEDA
RGB
CMYK
RGB Variations
Color information
#76FEDA (or 0x76FEDA) is known color: Aquamarine. HEX triplet: 76, FE and DA. RGB value is (118,254,218). Sum of RGB (Red+Green+Blue) = 118+254+218=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FEDA is #890125. Grayscale: #D1D1D1. Windows color (decimal): -8978726 or 14351990. OLE color: 14351990.
HSL color Cylindrical-coordinate representation of color #76FEDA: hue angle of 164.12º 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 #76FEDA is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 218 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.00 |
| HSL | 164.12º | 0.99% | 0.73% | - |
| HSV(B) | 164.12º | 0.54% | 1% | - |
| XYZ | 55.57 | 79.8 | 78.8 | - |
| YUV | 209.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 218 | 0.54 | 0 | 0.14 | 0.00 | 164.12 | 0.99 | 0.73 |
| Hex | 76 | FE | DA | 36 | 0 | E | 0 | A4 | 63 | 49 |
| Octal | 166 | 376 | 332 | 66 | 0 | 16 | 0 | 244 | 143 | 111 |
| Binary | 1110110 | 11111110 | 11011010 | 110110 | 0 | 1110 | 0 | 10100100 | 1100011 | 1001001 |
Color Harmonies of #76FEDA
Complementary color
Monochromatic Colors of #76FEDA
Black with #76FEDA
Text Example
Text Example
White with #76FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEDA; }
p { color: rgb(118,254,218); }
H1.HeaderClassName
{
color: #76FEDA;
}
.AnyTagClassName
{
color: #76FEDA;
}
</style>
background-color css
<style>
a { background-color: #76FEDA; }
a { background-color: rgb(118,254,218); }
div.DivClassName
{
background-color: #76FEDA;
}
.BgClassName
{
background-color: #76FEDA;
}
</style>
border-color css
<style>
span { border-color: #76FEDA; }
span { border-color: rgb(118,254,218); }
td.TdClassName
{
border-color: #76FEDA;
}
.TagClassName
{
border-color: #76FEDA;
}
</style>