Shades of Aquamarine #80FEE1
Tints of Aquamarine #80FEE1
RGB
CMYK
RGB Variations
Color information
#80FEE1 (or 0x80FEE1) is known color: Aquamarine. HEX triplet: 80, FE and E1. RGB value is (128,254,225). Sum of RGB (Red+Green+Blue) = 128+254+225=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEE1 is #7F011E. Grayscale: #D5D5D5. Windows color (decimal): -8323359 or 14810752. OLE color: 14810752.
HSL color Cylindrical-coordinate representation of color #80FEE1: hue angle of 166.19º 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 #80FEE1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 225 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.00 |
| HSL | 166.19º | 0.98% | 0.75% | - |
| HSV(B) | 166.19º | 0.5% | 1% | - |
| XYZ | 57.93 | 80.91 | 83.8 | - |
| YUV | 213.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 225 | 0.50 | 0 | 0.11 | 0.00 | 166.19 | 0.98 | 0.75 |
| Hex | 80 | FE | E1 | 32 | 0 | B | 0 | A6 | 62 | 4B |
| Octal | 200 | 376 | 341 | 62 | 0 | 13 | 0 | 246 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11100001 | 110010 | 0 | 1011 | 0 | 10100110 | 1100010 | 1001011 |
Color Harmonies of #80FEE1
Complementary color
Monochromatic Colors of #80FEE1
Black with #80FEE1
Text Example
Text Example
White with #80FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEE1; }
p { color: rgb(128,254,225); }
H1.HeaderClassName
{
color: #80FEE1;
}
.AnyTagClassName
{
color: #80FEE1;
}
</style>
background-color css
<style>
a { background-color: #80FEE1; }
a { background-color: rgb(128,254,225); }
div.DivClassName
{
background-color: #80FEE1;
}
.BgClassName
{
background-color: #80FEE1;
}
</style>
border-color css
<style>
span { border-color: #80FEE1; }
span { border-color: rgb(128,254,225); }
td.TdClassName
{
border-color: #80FEE1;
}
.TagClassName
{
border-color: #80FEE1;
}
</style>