Shades of Aquamarine #80EEBA
Tints of Aquamarine #80EEBA
RGB
CMYK
RGB Variations
Color information
#80EEBA (or 0x80EEBA) is known color: Aquamarine. HEX triplet: 80, EE and BA. RGB value is (128,238,186). Sum of RGB (Red+Green+Blue) = 128+238+186=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEBA is #7F1145. Grayscale: #C7C7C7. Windows color (decimal): -8327494 or 12250752. OLE color: 12250752.
HSL color Cylindrical-coordinate representation of color #80EEBA: hue angle of 151.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEBA is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 186 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.07 |
| HSL | 151.64º | 0.76% | 0.72% | - |
| HSV(B) | 151.64º | 0.46% | 0.93% | - |
| XYZ | 48.34 | 69.28 | 57.28 | - |
| YUV | 199.18 | 120.56 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 186 | 0.46 | 0 | 0.22 | 0.07 | 151.64 | 0.76 | 0.72 |
| Hex | 80 | EE | BA | 2E | 0 | 16 | 7 | 98 | 4C | 48 |
| Octal | 200 | 356 | 272 | 56 | 0 | 26 | 7 | 230 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10111010 | 101110 | 0 | 10110 | 111 | 10011000 | 1001100 | 1001000 |
Color Harmonies of #80EEBA
Complementary color
Monochromatic Colors of #80EEBA
Black with #80EEBA
Text Example
Text Example
White with #80EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEBA; }
p { color: rgb(128,238,186); }
H1.HeaderClassName
{
color: #80EEBA;
}
.AnyTagClassName
{
color: #80EEBA;
}
</style>
background-color css
<style>
a { background-color: #80EEBA; }
a { background-color: rgb(128,238,186); }
div.DivClassName
{
background-color: #80EEBA;
}
.BgClassName
{
background-color: #80EEBA;
}
</style>
border-color css
<style>
span { border-color: #80EEBA; }
span { border-color: rgb(128,238,186); }
td.TdClassName
{
border-color: #80EEBA;
}
.TagClassName
{
border-color: #80EEBA;
}
</style>