Shades of Aquamarine #89FABB
Tints of Aquamarine #89FABB
RGB
CMYK
RGB Variations
Color information
#89FABB (or 0x89FABB) is known color: Aquamarine. HEX triplet: 89, FA and BB. RGB value is (137,250,187). Sum of RGB (Red+Green+Blue) = 137+250+187=574 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.87% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #89FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FABB is #760544. Grayscale: #D1D1D1. Windows color (decimal): -7734597 or 12319369. OLE color: 12319369.
HSL color Cylindrical-coordinate representation of color #89FABB: hue angle of 146.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FABB is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 187 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.02 |
| HSL | 146.55º | 0.92% | 0.76% | - |
| HSV(B) | 146.55º | 0.45% | 0.98% | - |
| XYZ | 53.47 | 77.28 | 59.11 | - |
| YUV | 209.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 187 | 0.45 | 0 | 0.25 | 0.02 | 146.55 | 0.92 | 0.76 |
| Hex | 89 | FA | BB | 2D | 0 | 19 | 2 | 93 | 5C | 4C |
| Octal | 211 | 372 | 273 | 55 | 0 | 31 | 2 | 223 | 134 | 114 |
| Binary | 10001001 | 11111010 | 10111011 | 101101 | 0 | 11001 | 10 | 10010011 | 1011100 | 1001100 |
Color Harmonies of #89FABB
Complementary color
Monochromatic Colors of #89FABB
Black with #89FABB
Text Example
Text Example
White with #89FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FABB; }
p { color: rgb(137,250,187); }
H1.HeaderClassName
{
color: #89FABB;
}
.AnyTagClassName
{
color: #89FABB;
}
</style>
background-color css
<style>
a { background-color: #89FABB; }
a { background-color: rgb(137,250,187); }
div.DivClassName
{
background-color: #89FABB;
}
.BgClassName
{
background-color: #89FABB;
}
</style>
border-color css
<style>
span { border-color: #89FABB; }
span { border-color: rgb(137,250,187); }
td.TdClassName
{
border-color: #89FABB;
}
.TagClassName
{
border-color: #89FABB;
}
</style>