Shades of Aquamarine #89FFBB
Tints of Aquamarine #89FFBB
RGB
CMYK
RGB Variations
Color information
#89FFBB (or 0x89FFBB) is known color: Aquamarine. HEX triplet: 89, FF and BB. RGB value is (137,255,187). Sum of RGB (Red+Green+Blue) = 137+255+187=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFBB is #760044. Grayscale: #D4D4D4. Windows color (decimal): -7733317 or 12320649. OLE color: 12320649.
HSL color Cylindrical-coordinate representation of color #89FFBB: hue angle of 145.42º 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 #89FFBB is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 187 | - |
| CMYK | 0.46 | 0 | 0.27 | 0 |
| HSL | 145.42º | 1% | 0.77% | - |
| HSV(B) | 145.42º | 0.46% | 1% | - |
| XYZ | 55.05 | 80.43 | 59.64 | - |
| YUV | 211.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 187 | 0.46 | 0 | 0.27 | 0 | 145.42 | 1 | 0.77 |
| Hex | 89 | FF | BB | 2E | 0 | 1B | 0 | 91 | 64 | 4D |
| Octal | 211 | 377 | 273 | 56 | 0 | 33 | 0 | 221 | 144 | 115 |
| Binary | 10001001 | 11111111 | 10111011 | 101110 | 0 | 11011 | 0 | 10010001 | 1100100 | 1001101 |
Color Harmonies of #89FFBB
Complementary color
Monochromatic Colors of #89FFBB
Black with #89FFBB
Text Example
Text Example
White with #89FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFBB; }
p { color: rgb(137,255,187); }
H1.HeaderClassName
{
color: #89FFBB;
}
.AnyTagClassName
{
color: #89FFBB;
}
</style>
background-color css
<style>
a { background-color: #89FFBB; }
a { background-color: rgb(137,255,187); }
div.DivClassName
{
background-color: #89FFBB;
}
.BgClassName
{
background-color: #89FFBB;
}
</style>
border-color css
<style>
span { border-color: #89FFBB; }
span { border-color: rgb(137,255,187); }
td.TdClassName
{
border-color: #89FFBB;
}
.TagClassName
{
border-color: #89FFBB;
}
</style>