Shades of Aquamarine #80FEC5
Tints of Aquamarine #80FEC5
RGB
CMYK
RGB Variations
Color information
#80FEC5 (or 0x80FEC5) is known color: Aquamarine. HEX triplet: 80, FE and C5. RGB value is (128,254,197). Sum of RGB (Red+Green+Blue) = 128+254+197=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEC5 is #7F013A. Grayscale: #D1D1D1. Windows color (decimal): -8323387 or 12975744. OLE color: 12975744.
HSL color Cylindrical-coordinate representation of color #80FEC5: hue angle of 152.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 #80FEC5 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 197 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.00 |
| HSL | 152.86º | 0.98% | 0.75% | - |
| HSV(B) | 152.86º | 0.5% | 1% | - |
| XYZ | 54.42 | 79.5 | 65.3 | - |
| YUV | 209.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 197 | 0.50 | 0 | 0.22 | 0.00 | 152.86 | 0.98 | 0.75 |
| Hex | 80 | FE | C5 | 32 | 0 | 16 | 0 | 99 | 62 | 4B |
| Octal | 200 | 376 | 305 | 62 | 0 | 26 | 0 | 231 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11000101 | 110010 | 0 | 10110 | 0 | 10011001 | 1100010 | 1001011 |
Color Harmonies of #80FEC5
Complementary color
Monochromatic Colors of #80FEC5
Black with #80FEC5
Text Example
Text Example
White with #80FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEC5; }
p { color: rgb(128,254,197); }
H1.HeaderClassName
{
color: #80FEC5;
}
.AnyTagClassName
{
color: #80FEC5;
}
</style>
background-color css
<style>
a { background-color: #80FEC5; }
a { background-color: rgb(128,254,197); }
div.DivClassName
{
background-color: #80FEC5;
}
.BgClassName
{
background-color: #80FEC5;
}
</style>
border-color css
<style>
span { border-color: #80FEC5; }
span { border-color: rgb(128,254,197); }
td.TdClassName
{
border-color: #80FEC5;
}
.TagClassName
{
border-color: #80FEC5;
}
</style>