Shades of Aquamarine #80FEB2
Tints of Aquamarine #80FEB2
RGB
CMYK
RGB Variations
Color information
#80FEB2 (or 0x80FEB2) is known color: Aquamarine. HEX triplet: 80, FE and B2. RGB value is (128,254,178). Sum of RGB (Red+Green+Blue) = 128+254+178=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEB2 is #7F014D. Grayscale: #CFCFCF. Windows color (decimal): -8323406 or 11730560. OLE color: 11730560.
HSL color Cylindrical-coordinate representation of color #80FEB2: hue angle of 143.81º 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 #80FEB2 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 178 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.00 |
| HSL | 143.81º | 0.98% | 0.75% | - |
| HSV(B) | 143.81º | 0.5% | 1% | - |
| XYZ | 52.38 | 78.69 | 54.55 | - |
| YUV | 207.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 178 | 0.50 | 0 | 0.30 | 0.00 | 143.81 | 0.98 | 0.75 |
| Hex | 80 | FE | B2 | 32 | 0 | 1E | 0 | 90 | 62 | 4B |
| Octal | 200 | 376 | 262 | 62 | 0 | 36 | 0 | 220 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10110010 | 110010 | 0 | 11110 | 0 | 10010000 | 1100010 | 1001011 |
Color Harmonies of #80FEB2
Complementary color
Monochromatic Colors of #80FEB2
Black with #80FEB2
Text Example
Text Example
White with #80FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEB2; }
p { color: rgb(128,254,178); }
H1.HeaderClassName
{
color: #80FEB2;
}
.AnyTagClassName
{
color: #80FEB2;
}
</style>
background-color css
<style>
a { background-color: #80FEB2; }
a { background-color: rgb(128,254,178); }
div.DivClassName
{
background-color: #80FEB2;
}
.BgClassName
{
background-color: #80FEB2;
}
</style>
border-color css
<style>
span { border-color: #80FEB2; }
span { border-color: rgb(128,254,178); }
td.TdClassName
{
border-color: #80FEB2;
}
.TagClassName
{
border-color: #80FEB2;
}
</style>