Shades of Aquamarine #89FEDC
Tints of Aquamarine #89FEDC
RGB
CMYK
RGB Variations
Color information
#89FEDC (or 0x89FEDC) is known color: Aquamarine. HEX triplet: 89, FE and DC. RGB value is (137,254,220). Sum of RGB (Red+Green+Blue) = 137+254+220=611 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.42% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #89FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FEDC is #760123. Grayscale: #D7D7D7. Windows color (decimal): -7733540 or 14483081. OLE color: 14483081.
HSL color Cylindrical-coordinate representation of color #89FEDC: hue angle of 162.56º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FEDC is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 254 | 220 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.00 |
| HSL | 162.56º | 0.98% | 0.77% | - |
| HSV(B) | 162.56º | 0.46% | 1% | - |
| XYZ | 58.68 | 81.37 | 80.32 | - |
| YUV | 215.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 254 | 220 | 0.46 | 0 | 0.13 | 0.00 | 162.56 | 0.98 | 0.77 |
| Hex | 89 | FE | DC | 2E | 0 | D | 0 | A3 | 62 | 4D |
| Octal | 211 | 376 | 334 | 56 | 0 | 15 | 0 | 243 | 142 | 115 |
| Binary | 10001001 | 11111110 | 11011100 | 101110 | 0 | 1101 | 0 | 10100011 | 1100010 | 1001101 |
Color Harmonies of #89FEDC
Complementary color
Monochromatic Colors of #89FEDC
Black with #89FEDC
Text Example
Text Example
White with #89FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FEDC; }
p { color: rgb(137,254,220); }
H1.HeaderClassName
{
color: #89FEDC;
}
.AnyTagClassName
{
color: #89FEDC;
}
</style>
background-color css
<style>
a { background-color: #89FEDC; }
a { background-color: rgb(137,254,220); }
div.DivClassName
{
background-color: #89FEDC;
}
.BgClassName
{
background-color: #89FEDC;
}
</style>
border-color css
<style>
span { border-color: #89FEDC; }
span { border-color: rgb(137,254,220); }
td.TdClassName
{
border-color: #89FEDC;
}
.TagClassName
{
border-color: #89FEDC;
}
</style>