Shades of Aquamarine #80EFCE
Tints of Aquamarine #80EFCE
RGB
CMYK
RGB Variations
Color information
#80EFCE (or 0x80EFCE) is known color: Aquamarine. HEX triplet: 80, EF and CE. RGB value is (128,239,206). Sum of RGB (Red+Green+Blue) = 128+239+206=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFCE is #7F1031. Grayscale: #CACACA. Windows color (decimal): -8327218 or 13561728. OLE color: 13561728.
HSL color Cylindrical-coordinate representation of color #80EFCE: hue angle of 162.16º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFCE is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 206 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.06 |
| HSL | 162.16º | 0.78% | 0.72% | - |
| HSV(B) | 162.16º | 0.46% | 0.94% | - |
| XYZ | 50.91 | 70.78 | 69.37 | - |
| YUV | 202.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 206 | 0.46 | 0 | 0.14 | 0.06 | 162.16 | 0.78 | 0.72 |
| Hex | 80 | EF | CE | 2E | 0 | E | 6 | A2 | 4E | 48 |
| Octal | 200 | 357 | 316 | 56 | 0 | 16 | 6 | 242 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11001110 | 101110 | 0 | 1110 | 110 | 10100010 | 1001110 | 1001000 |
Color Harmonies of #80EFCE
Complementary color
Monochromatic Colors of #80EFCE
Black with #80EFCE
Text Example
Text Example
White with #80EFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFCE; }
p { color: rgb(128,239,206); }
H1.HeaderClassName
{
color: #80EFCE;
}
.AnyTagClassName
{
color: #80EFCE;
}
</style>
background-color css
<style>
a { background-color: #80EFCE; }
a { background-color: rgb(128,239,206); }
div.DivClassName
{
background-color: #80EFCE;
}
.BgClassName
{
background-color: #80EFCE;
}
</style>
border-color css
<style>
span { border-color: #80EFCE; }
span { border-color: rgb(128,239,206); }
td.TdClassName
{
border-color: #80EFCE;
}
.TagClassName
{
border-color: #80EFCE;
}
</style>