Shades of Aquamarine #80FEBE
Tints of Aquamarine #80FEBE
RGB
CMYK
RGB Variations
Color information
#80FEBE (or 0x80FEBE) is known color: Aquamarine. HEX triplet: 80, FE and BE. RGB value is (128,254,190). Sum of RGB (Red+Green+Blue) = 128+254+190=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEBE is #7F0141. Grayscale: #D1D1D1. Windows color (decimal): -8323394 or 12516992. OLE color: 12516992.
HSL color Cylindrical-coordinate representation of color #80FEBE: hue angle of 149.52º 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 #80FEBE is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 190 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.00 |
| HSL | 149.52º | 0.98% | 0.75% | - |
| HSV(B) | 149.52º | 0.5% | 1% | - |
| XYZ | 53.64 | 79.19 | 61.17 | - |
| YUV | 209.03 | 117.26 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 190 | 0.50 | 0 | 0.25 | 0.00 | 149.52 | 0.98 | 0.75 |
| Hex | 80 | FE | BE | 32 | 0 | 19 | 0 | 96 | 62 | 4B |
| Octal | 200 | 376 | 276 | 62 | 0 | 31 | 0 | 226 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10111110 | 110010 | 0 | 11001 | 0 | 10010110 | 1100010 | 1001011 |
Color Harmonies of #80FEBE
Complementary color
Monochromatic Colors of #80FEBE
Black with #80FEBE
Text Example
Text Example
White with #80FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEBE; }
p { color: rgb(128,254,190); }
H1.HeaderClassName
{
color: #80FEBE;
}
.AnyTagClassName
{
color: #80FEBE;
}
</style>
background-color css
<style>
a { background-color: #80FEBE; }
a { background-color: rgb(128,254,190); }
div.DivClassName
{
background-color: #80FEBE;
}
.BgClassName
{
background-color: #80FEBE;
}
</style>
border-color css
<style>
span { border-color: #80FEBE; }
span { border-color: rgb(128,254,190); }
td.TdClassName
{
border-color: #80FEBE;
}
.TagClassName
{
border-color: #80FEBE;
}
</style>