Shades of Aquamarine #80FEDA
Tints of Aquamarine #80FEDA
RGB
CMYK
RGB Variations
Color information
#80FEDA (or 0x80FEDA) is known color: Aquamarine. HEX triplet: 80, FE and DA. RGB value is (128,254,218). Sum of RGB (Red+Green+Blue) = 128+254+218=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEDA is #7F0125. Grayscale: #D4D4D4. Windows color (decimal): -8323366 or 14352000. OLE color: 14352000.
HSL color Cylindrical-coordinate representation of color #80FEDA: hue angle of 162.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEDA is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 218 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.00 |
| HSL | 162.86º | 0.98% | 0.75% | - |
| HSV(B) | 162.86º | 0.5% | 1% | - |
| XYZ | 57 | 80.53 | 78.87 | - |
| YUV | 212.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 218 | 0.50 | 0 | 0.14 | 0.00 | 162.86 | 0.98 | 0.75 |
| Hex | 80 | FE | DA | 32 | 0 | E | 0 | A3 | 62 | 4B |
| Octal | 200 | 376 | 332 | 62 | 0 | 16 | 0 | 243 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11011010 | 110010 | 0 | 1110 | 0 | 10100011 | 1100010 | 1001011 |
Color Harmonies of #80FEDA
Complementary color
Monochromatic Colors of #80FEDA
Black with #80FEDA
Text Example
Text Example
White with #80FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEDA; }
p { color: rgb(128,254,218); }
H1.HeaderClassName
{
color: #80FEDA;
}
.AnyTagClassName
{
color: #80FEDA;
}
</style>
background-color css
<style>
a { background-color: #80FEDA; }
a { background-color: rgb(128,254,218); }
div.DivClassName
{
background-color: #80FEDA;
}
.BgClassName
{
background-color: #80FEDA;
}
</style>
border-color css
<style>
span { border-color: #80FEDA; }
span { border-color: rgb(128,254,218); }
td.TdClassName
{
border-color: #80FEDA;
}
.TagClassName
{
border-color: #80FEDA;
}
</style>