Shades of Aquamarine #80FFE9
Tints of Aquamarine #80FFE9
RGB
CMYK
RGB Variations
Color information
#80FFE9 (or 0x80FFE9) is known color: Aquamarine. HEX triplet: 80, FF and E9. RGB value is (128,255,233). Sum of RGB (Red+Green+Blue) = 128+255+233=616 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.78% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFE9 is #7F0016. Grayscale: #D6D6D6. Windows color (decimal): -8323095 or 15335296. OLE color: 15335296.
HSL color Cylindrical-coordinate representation of color #80FFE9: hue angle of 169.61º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFE9 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 233 | - |
| CMYK | 0.50 | 0 | 0.09 | 0 |
| HSL | 169.61º | 1% | 0.75% | - |
| HSV(B) | 169.61º | 0.5% | 1% | - |
| XYZ | 59.37 | 81.99 | 89.79 | - |
| YUV | 214.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 233 | 0.50 | 0 | 0.09 | 0 | 169.61 | 1 | 0.75 |
| Hex | 80 | FF | E9 | 32 | 0 | 9 | 0 | AA | 64 | 4B |
| Octal | 200 | 377 | 351 | 62 | 0 | 11 | 0 | 252 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11101001 | 110010 | 0 | 1001 | 0 | 10101010 | 1100100 | 1001011 |
Color Harmonies of #80FFE9
Complementary color
Monochromatic Colors of #80FFE9
Black with #80FFE9
Text Example
Text Example
White with #80FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFE9; }
p { color: rgb(128,255,233); }
H1.HeaderClassName
{
color: #80FFE9;
}
.AnyTagClassName
{
color: #80FFE9;
}
</style>
background-color css
<style>
a { background-color: #80FFE9; }
a { background-color: rgb(128,255,233); }
div.DivClassName
{
background-color: #80FFE9;
}
.BgClassName
{
background-color: #80FFE9;
}
</style>
border-color css
<style>
span { border-color: #80FFE9; }
span { border-color: rgb(128,255,233); }
td.TdClassName
{
border-color: #80FFE9;
}
.TagClassName
{
border-color: #80FFE9;
}
</style>