Shades of Aquamarine #89FFBE
Tints of Aquamarine #89FFBE
RGB
CMYK
RGB Variations
Color information
#89FFBE (or 0x89FFBE) is known color: Aquamarine. HEX triplet: 89, FF and BE. RGB value is (137,255,190). Sum of RGB (Red+Green+Blue) = 137+255+190=582 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.54% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFBE is #760041. Grayscale: #D4D4D4. Windows color (decimal): -7733314 or 12517257. OLE color: 12517257.
HSL color Cylindrical-coordinate representation of color #89FFBE: hue angle of 146.95º 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 #89FFBE is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 190 | - |
| CMYK | 0.46 | 0 | 0.25 | 0 |
| HSL | 146.95º | 1% | 0.77% | - |
| HSV(B) | 146.95º | 0.46% | 1% | - |
| XYZ | 55.37 | 80.56 | 61.35 | - |
| YUV | 212.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 190 | 0.46 | 0 | 0.25 | 0 | 146.95 | 1 | 0.77 |
| Hex | 89 | FF | BE | 2E | 0 | 19 | 0 | 93 | 64 | 4D |
| Octal | 211 | 377 | 276 | 56 | 0 | 31 | 0 | 223 | 144 | 115 |
| Binary | 10001001 | 11111111 | 10111110 | 101110 | 0 | 11001 | 0 | 10010011 | 1100100 | 1001101 |
Color Harmonies of #89FFBE
Complementary color
Monochromatic Colors of #89FFBE
Black with #89FFBE
Text Example
Text Example
White with #89FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFBE; }
p { color: rgb(137,255,190); }
H1.HeaderClassName
{
color: #89FFBE;
}
.AnyTagClassName
{
color: #89FFBE;
}
</style>
background-color css
<style>
a { background-color: #89FFBE; }
a { background-color: rgb(137,255,190); }
div.DivClassName
{
background-color: #89FFBE;
}
.BgClassName
{
background-color: #89FFBE;
}
</style>
border-color css
<style>
span { border-color: #89FFBE; }
span { border-color: rgb(137,255,190); }
td.TdClassName
{
border-color: #89FFBE;
}
.TagClassName
{
border-color: #89FFBE;
}
</style>