Shades of Aquamarine #89F7BA
Tints of Aquamarine #89F7BA
RGB
CMYK
RGB Variations
Color information
#89F7BA (or 0x89F7BA) is known color: Aquamarine. HEX triplet: 89, F7 and BA. RGB value is (137,247,186). Sum of RGB (Red+Green+Blue) = 137+247+186=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #89F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F7BA is #760845. Grayscale: #CFCFCF. Windows color (decimal): -7735366 or 12253065. OLE color: 12253065.
HSL color Cylindrical-coordinate representation of color #89F7BA: hue angle of 146.73º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F7BA is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 247 | 186 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.03 |
| HSL | 146.73º | 0.87% | 0.75% | - |
| HSV(B) | 146.73º | 0.45% | 0.97% | - |
| XYZ | 52.44 | 75.39 | 58.24 | - |
| YUV | 207.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 247 | 186 | 0.45 | 0 | 0.25 | 0.03 | 146.73 | 0.87 | 0.75 |
| Hex | 89 | F7 | BA | 2D | 0 | 19 | 3 | 93 | 57 | 4B |
| Octal | 211 | 367 | 272 | 55 | 0 | 31 | 3 | 223 | 127 | 113 |
| Binary | 10001001 | 11110111 | 10111010 | 101101 | 0 | 11001 | 11 | 10010011 | 1010111 | 1001011 |
Color Harmonies of #89F7BA
Complementary color
Monochromatic Colors of #89F7BA
Black with #89F7BA
Text Example
Text Example
White with #89F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F7BA; }
p { color: rgb(137,247,186); }
H1.HeaderClassName
{
color: #89F7BA;
}
.AnyTagClassName
{
color: #89F7BA;
}
</style>
background-color css
<style>
a { background-color: #89F7BA; }
a { background-color: rgb(137,247,186); }
div.DivClassName
{
background-color: #89F7BA;
}
.BgClassName
{
background-color: #89F7BA;
}
</style>
border-color css
<style>
span { border-color: #89F7BA; }
span { border-color: rgb(137,247,186); }
td.TdClassName
{
border-color: #89F7BA;
}
.TagClassName
{
border-color: #89F7BA;
}
</style>