Shades of Aquamarine #89FFBF
Tints of Aquamarine #89FFBF
RGB
CMYK
RGB Variations
Color information
#89FFBF (or 0x89FFBF) is known color: Aquamarine. HEX triplet: 89, FF and BF. RGB value is (137,255,191). Sum of RGB (Red+Green+Blue) = 137+255+191=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFBF is #760040. Grayscale: #D4D4D4. Windows color (decimal): -7733313 or 12582793. OLE color: 12582793.
HSL color Cylindrical-coordinate representation of color #89FFBF: hue angle of 147.46º 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 #89FFBF is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 191 | - |
| CMYK | 0.46 | 0 | 0.25 | 0 |
| HSL | 147.46º | 1% | 0.77% | - |
| HSV(B) | 147.46º | 0.46% | 1% | - |
| XYZ | 55.48 | 80.6 | 61.92 | - |
| YUV | 212.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 191 | 0.46 | 0 | 0.25 | 0 | 147.46 | 1 | 0.77 |
| Hex | 89 | FF | BF | 2E | 0 | 19 | 0 | 93 | 64 | 4D |
| Octal | 211 | 377 | 277 | 56 | 0 | 31 | 0 | 223 | 144 | 115 |
| Binary | 10001001 | 11111111 | 10111111 | 101110 | 0 | 11001 | 0 | 10010011 | 1100100 | 1001101 |
Color Harmonies of #89FFBF
Complementary color
Monochromatic Colors of #89FFBF
Black with #89FFBF
Text Example
Text Example
White with #89FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFBF; }
p { color: rgb(137,255,191); }
H1.HeaderClassName
{
color: #89FFBF;
}
.AnyTagClassName
{
color: #89FFBF;
}
</style>
background-color css
<style>
a { background-color: #89FFBF; }
a { background-color: rgb(137,255,191); }
div.DivClassName
{
background-color: #89FFBF;
}
.BgClassName
{
background-color: #89FFBF;
}
</style>
border-color css
<style>
span { border-color: #89FFBF; }
span { border-color: rgb(137,255,191); }
td.TdClassName
{
border-color: #89FFBF;
}
.TagClassName
{
border-color: #89FFBF;
}
</style>