Shades of Aquamarine #80FED9
Tints of Aquamarine #80FED9
RGB
CMYK
RGB Variations
Color information
#80FED9 (or 0x80FED9) is known color: Aquamarine. HEX triplet: 80, FE and D9. RGB value is (128,254,217). Sum of RGB (Red+Green+Blue) = 128+254+217=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #80FED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FED9 is #7F0126. Grayscale: #D4D4D4. Windows color (decimal): -8323367 or 14286464. OLE color: 14286464.
HSL color Cylindrical-coordinate representation of color #80FED9: hue angle of 162.38º 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 #80FED9 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 217 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.00 |
| HSL | 162.38º | 0.98% | 0.75% | - |
| HSV(B) | 162.38º | 0.5% | 1% | - |
| XYZ | 56.87 | 80.48 | 78.18 | - |
| YUV | 212.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 217 | 0.50 | 0 | 0.15 | 0.00 | 162.38 | 0.98 | 0.75 |
| Hex | 80 | FE | D9 | 32 | 0 | F | 0 | A2 | 62 | 4B |
| Octal | 200 | 376 | 331 | 62 | 0 | 17 | 0 | 242 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11011001 | 110010 | 0 | 1111 | 0 | 10100010 | 1100010 | 1001011 |
Color Harmonies of #80FED9
Complementary color
Monochromatic Colors of #80FED9
Black with #80FED9
Text Example
Text Example
White with #80FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FED9; }
p { color: rgb(128,254,217); }
H1.HeaderClassName
{
color: #80FED9;
}
.AnyTagClassName
{
color: #80FED9;
}
</style>
background-color css
<style>
a { background-color: #80FED9; }
a { background-color: rgb(128,254,217); }
div.DivClassName
{
background-color: #80FED9;
}
.BgClassName
{
background-color: #80FED9;
}
</style>
border-color css
<style>
span { border-color: #80FED9; }
span { border-color: rgb(128,254,217); }
td.TdClassName
{
border-color: #80FED9;
}
.TagClassName
{
border-color: #80FED9;
}
</style>