Shades of Aquamarine #80FFE0
Tints of Aquamarine #80FFE0
RGB
CMYK
RGB Variations
Color information
#80FFE0 (or 0x80FFE0) is known color: Aquamarine. HEX triplet: 80, FF and E0. RGB value is (128,255,224). Sum of RGB (Red+Green+Blue) = 128+255+224=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFE0 is #7F001F. Grayscale: #D5D5D5. Windows color (decimal): -8323104 or 14745472. OLE color: 14745472.
HSL color Cylindrical-coordinate representation of color #80FFE0: hue angle of 165.35º 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 #80FFE0 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 224 | - |
| CMYK | 0.50 | 0 | 0.12 | 0 |
| HSL | 165.35º | 1% | 0.75% | - |
| HSV(B) | 165.35º | 0.5% | 1% | - |
| XYZ | 58.12 | 81.49 | 83.19 | - |
| YUV | 213.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 224 | 0.50 | 0 | 0.12 | 0 | 165.35 | 1 | 0.75 |
| Hex | 80 | FF | E0 | 32 | 0 | C | 0 | A5 | 64 | 4B |
| Octal | 200 | 377 | 340 | 62 | 0 | 14 | 0 | 245 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11100000 | 110010 | 0 | 1100 | 0 | 10100101 | 1100100 | 1001011 |
Color Harmonies of #80FFE0
Complementary color
Monochromatic Colors of #80FFE0
Black with #80FFE0
Text Example
Text Example
White with #80FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFE0; }
p { color: rgb(128,255,224); }
H1.HeaderClassName
{
color: #80FFE0;
}
.AnyTagClassName
{
color: #80FFE0;
}
</style>
background-color css
<style>
a { background-color: #80FFE0; }
a { background-color: rgb(128,255,224); }
div.DivClassName
{
background-color: #80FFE0;
}
.BgClassName
{
background-color: #80FFE0;
}
</style>
border-color css
<style>
span { border-color: #80FFE0; }
span { border-color: rgb(128,255,224); }
td.TdClassName
{
border-color: #80FFE0;
}
.TagClassName
{
border-color: #80FFE0;
}
</style>