Shades of Aquamarine #80FECE
Tints of Aquamarine #80FECE
RGB
CMYK
RGB Variations
Color information
#80FECE (or 0x80FECE) is known color: Aquamarine. HEX triplet: 80, FE and CE. RGB value is (128,254,206). Sum of RGB (Red+Green+Blue) = 128+254+206=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #80FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FECE is #7F0131. Grayscale: #D2D2D2. Windows color (decimal): -8323378 or 13565568. OLE color: 13565568.
HSL color Cylindrical-coordinate representation of color #80FECE: hue angle of 157.14º 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 #80FECE is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 206 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.00 |
| HSL | 157.14º | 0.98% | 0.75% | - |
| HSV(B) | 157.14º | 0.5% | 1% | - |
| XYZ | 55.48 | 79.93 | 70.9 | - |
| YUV | 210.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 206 | 0.50 | 0 | 0.19 | 0.00 | 157.14 | 0.98 | 0.75 |
| Hex | 80 | FE | CE | 32 | 0 | 13 | 0 | 9D | 62 | 4B |
| Octal | 200 | 376 | 316 | 62 | 0 | 23 | 0 | 235 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11001110 | 110010 | 0 | 10011 | 0 | 10011101 | 1100010 | 1001011 |
Color Harmonies of #80FECE
Complementary color
Monochromatic Colors of #80FECE
Black with #80FECE
Text Example
Text Example
White with #80FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FECE; }
p { color: rgb(128,254,206); }
H1.HeaderClassName
{
color: #80FECE;
}
.AnyTagClassName
{
color: #80FECE;
}
</style>
background-color css
<style>
a { background-color: #80FECE; }
a { background-color: rgb(128,254,206); }
div.DivClassName
{
background-color: #80FECE;
}
.BgClassName
{
background-color: #80FECE;
}
</style>
border-color css
<style>
span { border-color: #80FECE; }
span { border-color: rgb(128,254,206); }
td.TdClassName
{
border-color: #80FECE;
}
.TagClassName
{
border-color: #80FECE;
}
</style>