Shades of Aquamarine #89F5BA
Tints of Aquamarine #89F5BA
RGB
CMYK
RGB Variations
Color information
#89F5BA (or 0x89F5BA) is known color: Aquamarine. HEX triplet: 89, F5 and BA. RGB value is (137,245,186). Sum of RGB (Red+Green+Blue) = 137+245+186=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #89F5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F5BA is #760A45. Grayscale: #CECECE. Windows color (decimal): -7735878 or 12252553. OLE color: 12252553.
HSL color Cylindrical-coordinate representation of color #89F5BA: hue angle of 147.22º 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 #89F5BA is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 245 | 186 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.04 |
| HSL | 147.22º | 0.84% | 0.75% | - |
| HSV(B) | 147.22º | 0.44% | 0.96% | - |
| XYZ | 51.83 | 74.17 | 58.04 | - |
| YUV | 205.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 245 | 186 | 0.44 | 0 | 0.24 | 0.04 | 147.22 | 0.84 | 0.75 |
| Hex | 89 | F5 | BA | 2C | 0 | 18 | 4 | 93 | 54 | 4B |
| Octal | 211 | 365 | 272 | 54 | 0 | 30 | 4 | 223 | 124 | 113 |
| Binary | 10001001 | 11110101 | 10111010 | 101100 | 0 | 11000 | 100 | 10010011 | 1010100 | 1001011 |
Color Harmonies of #89F5BA
Complementary color
Monochromatic Colors of #89F5BA
Black with #89F5BA
Text Example
Text Example
White with #89F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F5BA; }
p { color: rgb(137,245,186); }
H1.HeaderClassName
{
color: #89F5BA;
}
.AnyTagClassName
{
color: #89F5BA;
}
</style>
background-color css
<style>
a { background-color: #89F5BA; }
a { background-color: rgb(137,245,186); }
div.DivClassName
{
background-color: #89F5BA;
}
.BgClassName
{
background-color: #89F5BA;
}
</style>
border-color css
<style>
span { border-color: #89F5BA; }
span { border-color: rgb(137,245,186); }
td.TdClassName
{
border-color: #89F5BA;
}
.TagClassName
{
border-color: #89F5BA;
}
</style>