Shades of Aquamarine #80FFBA
Tints of Aquamarine #80FFBA
RGB
CMYK
RGB Variations
Color information
#80FFBA (or 0x80FFBA) is known color: Aquamarine. HEX triplet: 80, FF and BA. RGB value is (128,255,186). Sum of RGB (Red+Green+Blue) = 128+255+186=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFBA is #7F0045. Grayscale: #D1D1D1. Windows color (decimal): -8323142 or 12255104. OLE color: 12255104.
HSL color Cylindrical-coordinate representation of color #80FFBA: hue angle of 147.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFBA is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 186 | - |
| CMYK | 0.50 | 0 | 0.27 | 0 |
| HSL | 147.4º | 1% | 0.75% | - |
| HSV(B) | 147.4º | 0.5% | 1% | - |
| XYZ | 53.53 | 79.65 | 59.01 | - |
| YUV | 209.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 186 | 0.50 | 0 | 0.27 | 0 | 147.4 | 1 | 0.75 |
| Hex | 80 | FF | BA | 32 | 0 | 1B | 0 | 93 | 64 | 4B |
| Octal | 200 | 377 | 272 | 62 | 0 | 33 | 0 | 223 | 144 | 113 |
| Binary | 10000000 | 11111111 | 10111010 | 110010 | 0 | 11011 | 0 | 10010011 | 1100100 | 1001011 |
Color Harmonies of #80FFBA
Complementary color
Monochromatic Colors of #80FFBA
Black with #80FFBA
Text Example
Text Example
White with #80FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFBA; }
p { color: rgb(128,255,186); }
H1.HeaderClassName
{
color: #80FFBA;
}
.AnyTagClassName
{
color: #80FFBA;
}
</style>
background-color css
<style>
a { background-color: #80FFBA; }
a { background-color: rgb(128,255,186); }
div.DivClassName
{
background-color: #80FFBA;
}
.BgClassName
{
background-color: #80FFBA;
}
</style>
border-color css
<style>
span { border-color: #80FFBA; }
span { border-color: rgb(128,255,186); }
td.TdClassName
{
border-color: #80FFBA;
}
.TagClassName
{
border-color: #80FFBA;
}
</style>