Shades of Aquamarine #80EFBB
Tints of Aquamarine #80EFBB
RGB
CMYK
RGB Variations
Color information
#80EFBB (or 0x80EFBB) is known color: Aquamarine. HEX triplet: 80, EF and BB. RGB value is (128,239,187). Sum of RGB (Red+Green+Blue) = 128+239+187=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFBB is #7F1044. Grayscale: #C7C7C7. Windows color (decimal): -8327237 or 12316544. OLE color: 12316544.
HSL color Cylindrical-coordinate representation of color #80EFBB: hue angle of 151.89º 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 #80EFBB is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 187 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.06 |
| HSL | 151.89º | 0.78% | 0.72% | - |
| HSV(B) | 151.89º | 0.46% | 0.94% | - |
| XYZ | 48.74 | 69.91 | 57.94 | - |
| YUV | 199.88 | 120.73 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 187 | 0.46 | 0 | 0.22 | 0.06 | 151.89 | 0.78 | 0.72 |
| Hex | 80 | EF | BB | 2E | 0 | 16 | 6 | 98 | 4E | 48 |
| Octal | 200 | 357 | 273 | 56 | 0 | 26 | 6 | 230 | 116 | 110 |
| Binary | 10000000 | 11101111 | 10111011 | 101110 | 0 | 10110 | 110 | 10011000 | 1001110 | 1001000 |
Color Harmonies of #80EFBB
Complementary color
Monochromatic Colors of #80EFBB
Black with #80EFBB
Text Example
Text Example
White with #80EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFBB; }
p { color: rgb(128,239,187); }
H1.HeaderClassName
{
color: #80EFBB;
}
.AnyTagClassName
{
color: #80EFBB;
}
</style>
background-color css
<style>
a { background-color: #80EFBB; }
a { background-color: rgb(128,239,187); }
div.DivClassName
{
background-color: #80EFBB;
}
.BgClassName
{
background-color: #80EFBB;
}
</style>
border-color css
<style>
span { border-color: #80EFBB; }
span { border-color: rgb(128,239,187); }
td.TdClassName
{
border-color: #80EFBB;
}
.TagClassName
{
border-color: #80EFBB;
}
</style>