Shades of Aquamarine #80FEB0
Tints of Aquamarine #80FEB0
RGB
CMYK
RGB Variations
Color information
#80FEB0 (or 0x80FEB0) is known color: Aquamarine. HEX triplet: 80, FE and B0. RGB value is (128,254,176). Sum of RGB (Red+Green+Blue) = 128+254+176=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEB0 is #7F014F. Grayscale: #CFCFCF. Windows color (decimal): -8323408 or 11599488. OLE color: 11599488.
HSL color Cylindrical-coordinate representation of color #80FEB0: hue angle of 142.86º 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 #80FEB0 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 176 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.00 |
| HSL | 142.86º | 0.98% | 0.75% | - |
| HSV(B) | 142.86º | 0.5% | 1% | - |
| XYZ | 52.18 | 78.61 | 53.5 | - |
| YUV | 207.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 176 | 0.50 | 0 | 0.31 | 0.00 | 142.86 | 0.98 | 0.75 |
| Hex | 80 | FE | B0 | 32 | 0 | 1F | 0 | 8F | 62 | 4B |
| Octal | 200 | 376 | 260 | 62 | 0 | 37 | 0 | 217 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10110000 | 110010 | 0 | 11111 | 0 | 10001111 | 1100010 | 1001011 |
Color Harmonies of #80FEB0
Complementary color
Monochromatic Colors of #80FEB0
Black with #80FEB0
Text Example
Text Example
White with #80FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEB0; }
p { color: rgb(128,254,176); }
H1.HeaderClassName
{
color: #80FEB0;
}
.AnyTagClassName
{
color: #80FEB0;
}
</style>
background-color css
<style>
a { background-color: #80FEB0; }
a { background-color: rgb(128,254,176); }
div.DivClassName
{
background-color: #80FEB0;
}
.BgClassName
{
background-color: #80FEB0;
}
</style>
border-color css
<style>
span { border-color: #80FEB0; }
span { border-color: rgb(128,254,176); }
td.TdClassName
{
border-color: #80FEB0;
}
.TagClassName
{
border-color: #80FEB0;
}
</style>