Shades of Aquamarine #80FFE2
Tints of Aquamarine #80FFE2
RGB
CMYK
RGB Variations
Color information
#80FFE2 (or 0x80FFE2) is known color: Aquamarine. HEX triplet: 80, FF and E2. RGB value is (128,255,226). Sum of RGB (Red+Green+Blue) = 128+255+226=609 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.02% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFE2 is #7F001D. Grayscale: #D5D5D5. Windows color (decimal): -8323102 or 14876544. OLE color: 14876544.
HSL color Cylindrical-coordinate representation of color #80FFE2: hue angle of 166.3º 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 #80FFE2 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 226 | - |
| CMYK | 0.50 | 0 | 0.11 | 0 |
| HSL | 166.3º | 1% | 0.75% | - |
| HSV(B) | 166.3º | 0.5% | 1% | - |
| XYZ | 58.39 | 81.6 | 84.62 | - |
| YUV | 213.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 226 | 0.50 | 0 | 0.11 | 0 | 166.3 | 1 | 0.75 |
| Hex | 80 | FF | E2 | 32 | 0 | B | 0 | A6 | 64 | 4B |
| Octal | 200 | 377 | 342 | 62 | 0 | 13 | 0 | 246 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11100010 | 110010 | 0 | 1011 | 0 | 10100110 | 1100100 | 1001011 |
Color Harmonies of #80FFE2
Complementary color
Monochromatic Colors of #80FFE2
Black with #80FFE2
Text Example
Text Example
White with #80FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFE2; }
p { color: rgb(128,255,226); }
H1.HeaderClassName
{
color: #80FFE2;
}
.AnyTagClassName
{
color: #80FFE2;
}
</style>
background-color css
<style>
a { background-color: #80FFE2; }
a { background-color: rgb(128,255,226); }
div.DivClassName
{
background-color: #80FFE2;
}
.BgClassName
{
background-color: #80FFE2;
}
</style>
border-color css
<style>
span { border-color: #80FFE2; }
span { border-color: rgb(128,255,226); }
td.TdClassName
{
border-color: #80FFE2;
}
.TagClassName
{
border-color: #80FFE2;
}
</style>