Shades of Aquamarine #89F5BB
Tints of Aquamarine #89F5BB
RGB
CMYK
RGB Variations
Color information
#89F5BB (or 0x89F5BB) is known color: Aquamarine. HEX triplet: 89, F5 and BB. RGB value is (137,245,187). Sum of RGB (Red+Green+Blue) = 137+245+187=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #89F5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F5BB is #760A44. Grayscale: #CECECE. Windows color (decimal): -7735877 or 12318089. OLE color: 12318089.
HSL color Cylindrical-coordinate representation of color #89F5BB: hue angle of 147.78º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F5BB is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 245 | 187 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.04 |
| HSL | 147.78º | 0.84% | 0.75% | - |
| HSV(B) | 147.78º | 0.44% | 0.96% | - |
| XYZ | 51.94 | 74.21 | 58.6 | - |
| YUV | 206.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 245 | 187 | 0.44 | 0 | 0.24 | 0.04 | 147.78 | 0.84 | 0.75 |
| Hex | 89 | F5 | BB | 2C | 0 | 18 | 4 | 94 | 54 | 4B |
| Octal | 211 | 365 | 273 | 54 | 0 | 30 | 4 | 224 | 124 | 113 |
| Binary | 10001001 | 11110101 | 10111011 | 101100 | 0 | 11000 | 100 | 10010100 | 1010100 | 1001011 |
Color Harmonies of #89F5BB
Complementary color
Monochromatic Colors of #89F5BB
Black with #89F5BB
Text Example
Text Example
White with #89F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F5BB; }
p { color: rgb(137,245,187); }
H1.HeaderClassName
{
color: #89F5BB;
}
.AnyTagClassName
{
color: #89F5BB;
}
</style>
background-color css
<style>
a { background-color: #89F5BB; }
a { background-color: rgb(137,245,187); }
div.DivClassName
{
background-color: #89F5BB;
}
.BgClassName
{
background-color: #89F5BB;
}
</style>
border-color css
<style>
span { border-color: #89F5BB; }
span { border-color: rgb(137,245,187); }
td.TdClassName
{
border-color: #89F5BB;
}
.TagClassName
{
border-color: #89F5BB;
}
</style>