Shades of Aquamarine #89F0BD
Tints of Aquamarine #89F0BD
RGB
CMYK
RGB Variations
Color information
#89F0BD (or 0x89F0BD) is known color: Aquamarine. HEX triplet: 89, F0 and BD. RGB value is (137,240,189). Sum of RGB (Red+Green+Blue) = 137+240+189=566 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.20% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0BD is #760F42. Grayscale: #CBCBCB. Windows color (decimal): -7737155 or 12447881. OLE color: 12447881.
HSL color Cylindrical-coordinate representation of color #89F0BD: hue angle of 150.29º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F0BD is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 240 | 189 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.06 |
| HSL | 150.29º | 0.77% | 0.74% | - |
| HSV(B) | 150.29º | 0.43% | 0.94% | - |
| XYZ | 50.66 | 71.31 | 59.24 | - |
| YUV | 203.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 240 | 189 | 0.43 | 0 | 0.21 | 0.06 | 150.29 | 0.77 | 0.74 |
| Hex | 89 | F0 | BD | 2B | 0 | 15 | 6 | 96 | 4D | 4A |
| Octal | 211 | 360 | 275 | 53 | 0 | 25 | 6 | 226 | 115 | 112 |
| Binary | 10001001 | 11110000 | 10111101 | 101011 | 0 | 10101 | 110 | 10010110 | 1001101 | 1001010 |
Color Harmonies of #89F0BD
Complementary color
Monochromatic Colors of #89F0BD
Black with #89F0BD
Text Example
Text Example
White with #89F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F0BD; }
p { color: rgb(137,240,189); }
H1.HeaderClassName
{
color: #89F0BD;
}
.AnyTagClassName
{
color: #89F0BD;
}
</style>
background-color css
<style>
a { background-color: #89F0BD; }
a { background-color: rgb(137,240,189); }
div.DivClassName
{
background-color: #89F0BD;
}
.BgClassName
{
background-color: #89F0BD;
}
</style>
border-color css
<style>
span { border-color: #89F0BD; }
span { border-color: rgb(137,240,189); }
td.TdClassName
{
border-color: #89F0BD;
}
.TagClassName
{
border-color: #89F0BD;
}
</style>