Shades of Aquamarine #89FBBB
Tints of Aquamarine #89FBBB
RGB
CMYK
RGB Variations
Color information
#89FBBB (or 0x89FBBB) is known color: Aquamarine. HEX triplet: 89, FB and BB. RGB value is (137,251,187). Sum of RGB (Red+Green+Blue) = 137+251+187=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FBBB is #760444. Grayscale: #D1D1D1. Windows color (decimal): -7734341 or 12319625. OLE color: 12319625.
HSL color Cylindrical-coordinate representation of color #89FBBB: hue angle of 146.32º degrees, saturation: 0.93, 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 #89FBBB is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 251 | 187 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.02 |
| HSL | 146.32º | 0.93% | 0.76% | - |
| HSV(B) | 146.32º | 0.45% | 0.98% | - |
| XYZ | 53.78 | 77.9 | 59.22 | - |
| YUV | 209.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 251 | 187 | 0.45 | 0 | 0.25 | 0.02 | 146.32 | 0.93 | 0.76 |
| Hex | 89 | FB | BB | 2D | 0 | 19 | 2 | 92 | 5D | 4C |
| Octal | 211 | 373 | 273 | 55 | 0 | 31 | 2 | 222 | 135 | 114 |
| Binary | 10001001 | 11111011 | 10111011 | 101101 | 0 | 11001 | 10 | 10010010 | 1011101 | 1001100 |
Color Harmonies of #89FBBB
Complementary color
Monochromatic Colors of #89FBBB
Black with #89FBBB
Text Example
Text Example
White with #89FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FBBB; }
p { color: rgb(137,251,187); }
H1.HeaderClassName
{
color: #89FBBB;
}
.AnyTagClassName
{
color: #89FBBB;
}
</style>
background-color css
<style>
a { background-color: #89FBBB; }
a { background-color: rgb(137,251,187); }
div.DivClassName
{
background-color: #89FBBB;
}
.BgClassName
{
background-color: #89FBBB;
}
</style>
border-color css
<style>
span { border-color: #89FBBB; }
span { border-color: rgb(137,251,187); }
td.TdClassName
{
border-color: #89FBBB;
}
.TagClassName
{
border-color: #89FBBB;
}
</style>