Shades of Aquamarine #89F6BD
Tints of Aquamarine #89F6BD
RGB
CMYK
RGB Variations
Color information
#89F6BD (or 0x89F6BD) is known color: Aquamarine. HEX triplet: 89, F6 and BD. RGB value is (137,246,189). Sum of RGB (Red+Green+Blue) = 137+246+189=572 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.95% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #89F6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F6BD is #760942. Grayscale: #CFCFCF. Windows color (decimal): -7735619 or 12449417. OLE color: 12449417.
HSL color Cylindrical-coordinate representation of color #89F6BD: hue angle of 148.62º degrees, saturation: 0.86, 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 #89F6BD is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 246 | 189 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.04 |
| HSL | 148.62º | 0.86% | 0.75% | - |
| HSV(B) | 148.62º | 0.44% | 0.96% | - |
| XYZ | 52.46 | 74.9 | 59.84 | - |
| YUV | 206.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 246 | 189 | 0.44 | 0 | 0.23 | 0.04 | 148.62 | 0.86 | 0.75 |
| Hex | 89 | F6 | BD | 2C | 0 | 17 | 4 | 95 | 56 | 4B |
| Octal | 211 | 366 | 275 | 54 | 0 | 27 | 4 | 225 | 126 | 113 |
| Binary | 10001001 | 11110110 | 10111101 | 101100 | 0 | 10111 | 100 | 10010101 | 1010110 | 1001011 |
Color Harmonies of #89F6BD
Complementary color
Monochromatic Colors of #89F6BD
Black with #89F6BD
Text Example
Text Example
White with #89F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F6BD; }
p { color: rgb(137,246,189); }
H1.HeaderClassName
{
color: #89F6BD;
}
.AnyTagClassName
{
color: #89F6BD;
}
</style>
background-color css
<style>
a { background-color: #89F6BD; }
a { background-color: rgb(137,246,189); }
div.DivClassName
{
background-color: #89F6BD;
}
.BgClassName
{
background-color: #89F6BD;
}
</style>
border-color css
<style>
span { border-color: #89F6BD; }
span { border-color: rgb(137,246,189); }
td.TdClassName
{
border-color: #89F6BD;
}
.TagClassName
{
border-color: #89F6BD;
}
</style>