Shades of Aquamarine #89FFBA
Tints of Aquamarine #89FFBA
RGB
CMYK
RGB Variations
Color information
#89FFBA (or 0x89FFBA) is known color: Aquamarine. HEX triplet: 89, FF and BA. RGB value is (137,255,186). Sum of RGB (Red+Green+Blue) = 137+255+186=578 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.70% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFBA is #760045. Grayscale: #D4D4D4. Windows color (decimal): -7733318 or 12255113. OLE color: 12255113.
HSL color Cylindrical-coordinate representation of color #89FFBA: hue angle of 144.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFBA is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 186 | - |
| CMYK | 0.46 | 0 | 0.27 | 0 |
| HSL | 144.92º | 1% | 0.77% | - |
| HSV(B) | 144.92º | 0.46% | 1% | - |
| XYZ | 54.94 | 80.38 | 59.07 | - |
| YUV | 211.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 186 | 0.46 | 0 | 0.27 | 0 | 144.92 | 1 | 0.77 |
| Hex | 89 | FF | BA | 2E | 0 | 1B | 0 | 91 | 64 | 4D |
| Octal | 211 | 377 | 272 | 56 | 0 | 33 | 0 | 221 | 144 | 115 |
| Binary | 10001001 | 11111111 | 10111010 | 101110 | 0 | 11011 | 0 | 10010001 | 1100100 | 1001101 |
Color Harmonies of #89FFBA
Complementary color
Monochromatic Colors of #89FFBA
Black with #89FFBA
Text Example
Text Example
White with #89FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFBA; }
p { color: rgb(137,255,186); }
H1.HeaderClassName
{
color: #89FFBA;
}
.AnyTagClassName
{
color: #89FFBA;
}
</style>
background-color css
<style>
a { background-color: #89FFBA; }
a { background-color: rgb(137,255,186); }
div.DivClassName
{
background-color: #89FFBA;
}
.BgClassName
{
background-color: #89FFBA;
}
</style>
border-color css
<style>
span { border-color: #89FFBA; }
span { border-color: rgb(137,255,186); }
td.TdClassName
{
border-color: #89FFBA;
}
.TagClassName
{
border-color: #89FFBA;
}
</style>