Shades of Aquamarine #80EFB9
Tints of Aquamarine #80EFB9
RGB
CMYK
RGB Variations
Color information
#80EFB9 (or 0x80EFB9) is known color: Aquamarine. HEX triplet: 80, EF and B9. RGB value is (128,239,185). Sum of RGB (Red+Green+Blue) = 128+239+185=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFB9 is #7F1046. Grayscale: #C7C7C7. Windows color (decimal): -8327239 or 12185472. OLE color: 12185472.
HSL color Cylindrical-coordinate representation of color #80EFB9: hue angle of 150.81º 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 #80EFB9 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 185 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.06 |
| HSL | 150.81º | 0.78% | 0.72% | - |
| HSV(B) | 150.81º | 0.46% | 0.94% | - |
| XYZ | 48.53 | 69.82 | 56.82 | - |
| YUV | 199.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 185 | 0.46 | 0 | 0.23 | 0.06 | 150.81 | 0.78 | 0.72 |
| Hex | 80 | EF | B9 | 2E | 0 | 17 | 6 | 97 | 4E | 48 |
| Octal | 200 | 357 | 271 | 56 | 0 | 27 | 6 | 227 | 116 | 110 |
| Binary | 10000000 | 11101111 | 10111001 | 101110 | 0 | 10111 | 110 | 10010111 | 1001110 | 1001000 |
Color Harmonies of #80EFB9
Complementary color
Monochromatic Colors of #80EFB9
Black with #80EFB9
Text Example
Text Example
White with #80EFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFB9; }
p { color: rgb(128,239,185); }
H1.HeaderClassName
{
color: #80EFB9;
}
.AnyTagClassName
{
color: #80EFB9;
}
</style>
background-color css
<style>
a { background-color: #80EFB9; }
a { background-color: rgb(128,239,185); }
div.DivClassName
{
background-color: #80EFB9;
}
.BgClassName
{
background-color: #80EFB9;
}
</style>
border-color css
<style>
span { border-color: #80EFB9; }
span { border-color: rgb(128,239,185); }
td.TdClassName
{
border-color: #80EFB9;
}
.TagClassName
{
border-color: #80EFB9;
}
</style>