Shades of Aquamarine #89F2BD
Tints of Aquamarine #89F2BD
RGB
CMYK
RGB Variations
Color information
#89F2BD (or 0x89F2BD) is known color: Aquamarine. HEX triplet: 89, F2 and BD. RGB value is (137,242,189). Sum of RGB (Red+Green+Blue) = 137+242+189=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F2BD is #760D42. Grayscale: #CCCCCC. Windows color (decimal): -7736643 or 12448393. OLE color: 12448393.
HSL color Cylindrical-coordinate representation of color #89F2BD: hue angle of 149.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F2BD is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 189 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.05 |
| HSL | 149.71º | 0.8% | 0.74% | - |
| HSV(B) | 149.71º | 0.43% | 0.95% | - |
| XYZ | 51.25 | 72.5 | 59.44 | - |
| YUV | 204.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 189 | 0.43 | 0 | 0.22 | 0.05 | 149.71 | 0.8 | 0.74 |
| Hex | 89 | F2 | BD | 2B | 0 | 16 | 5 | 96 | 50 | 4A |
| Octal | 211 | 362 | 275 | 53 | 0 | 26 | 5 | 226 | 120 | 112 |
| Binary | 10001001 | 11110010 | 10111101 | 101011 | 0 | 10110 | 101 | 10010110 | 1010000 | 1001010 |
Color Harmonies of #89F2BD
Complementary color
Monochromatic Colors of #89F2BD
Black with #89F2BD
Text Example
Text Example
White with #89F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2BD; }
p { color: rgb(137,242,189); }
H1.HeaderClassName
{
color: #89F2BD;
}
.AnyTagClassName
{
color: #89F2BD;
}
</style>
background-color css
<style>
a { background-color: #89F2BD; }
a { background-color: rgb(137,242,189); }
div.DivClassName
{
background-color: #89F2BD;
}
.BgClassName
{
background-color: #89F2BD;
}
</style>
border-color css
<style>
span { border-color: #89F2BD; }
span { border-color: rgb(137,242,189); }
td.TdClassName
{
border-color: #89F2BD;
}
.TagClassName
{
border-color: #89F2BD;
}
</style>