Shades of Aquamarine #89FFBD
Tints of Aquamarine #89FFBD
RGB
CMYK
RGB Variations
Color information
#89FFBD (or 0x89FFBD) is known color: Aquamarine. HEX triplet: 89, FF and BD. RGB value is (137,255,189). Sum of RGB (Red+Green+Blue) = 137+255+189=581 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.58% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFBD is #760042. Grayscale: #D4D4D4. Windows color (decimal): -7733315 or 12451721. OLE color: 12451721.
HSL color Cylindrical-coordinate representation of color #89FFBD: hue angle of 146.44º 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 #89FFBD is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 189 | - |
| CMYK | 0.46 | 0 | 0.26 | 0 |
| HSL | 146.44º | 1% | 0.77% | - |
| HSV(B) | 146.44º | 0.46% | 1% | - |
| XYZ | 55.26 | 80.51 | 60.77 | - |
| YUV | 212.19 | 114.91 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 189 | 0.46 | 0 | 0.26 | 0 | 146.44 | 1 | 0.77 |
| Hex | 89 | FF | BD | 2E | 0 | 1A | 0 | 92 | 64 | 4D |
| Octal | 211 | 377 | 275 | 56 | 0 | 32 | 0 | 222 | 144 | 115 |
| Binary | 10001001 | 11111111 | 10111101 | 101110 | 0 | 11010 | 0 | 10010010 | 1100100 | 1001101 |
Color Harmonies of #89FFBD
Complementary color
Monochromatic Colors of #89FFBD
Black with #89FFBD
Text Example
Text Example
White with #89FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFBD; }
p { color: rgb(137,255,189); }
H1.HeaderClassName
{
color: #89FFBD;
}
.AnyTagClassName
{
color: #89FFBD;
}
</style>
background-color css
<style>
a { background-color: #89FFBD; }
a { background-color: rgb(137,255,189); }
div.DivClassName
{
background-color: #89FFBD;
}
.BgClassName
{
background-color: #89FFBD;
}
</style>
border-color css
<style>
span { border-color: #89FFBD; }
span { border-color: rgb(137,255,189); }
td.TdClassName
{
border-color: #89FFBD;
}
.TagClassName
{
border-color: #89FFBD;
}
</style>