Shades of Aquamarine #89FCD9
Tints of Aquamarine #89FCD9
RGB
CMYK
RGB Variations
Color information
#89FCD9 (or 0x89FCD9) is known color: Aquamarine. HEX triplet: 89, FC and D9. RGB value is (137,252,217). Sum of RGB (Red+Green+Blue) = 137+252+217=606 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.61% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCD9 is #760326. Grayscale: #D5D5D5. Windows color (decimal): -7734055 or 14285961. OLE color: 14285961.
HSL color Cylindrical-coordinate representation of color #89FCD9: hue angle of 161.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCD9 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 217 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.01 |
| HSL | 161.74º | 0.95% | 0.76% | - |
| HSV(B) | 161.74º | 0.46% | 0.99% | - |
| XYZ | 57.65 | 79.95 | 78.04 | - |
| YUV | 213.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 217 | 0.46 | 0 | 0.14 | 0.01 | 161.74 | 0.95 | 0.76 |
| Hex | 89 | FC | D9 | 2E | 0 | E | 1 | A2 | 5F | 4C |
| Octal | 211 | 374 | 331 | 56 | 0 | 16 | 1 | 242 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11011001 | 101110 | 0 | 1110 | 1 | 10100010 | 1011111 | 1001100 |
Color Harmonies of #89FCD9
Complementary color
Monochromatic Colors of #89FCD9
Black with #89FCD9
Text Example
Text Example
White with #89FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCD9; }
p { color: rgb(137,252,217); }
H1.HeaderClassName
{
color: #89FCD9;
}
.AnyTagClassName
{
color: #89FCD9;
}
</style>
background-color css
<style>
a { background-color: #89FCD9; }
a { background-color: rgb(137,252,217); }
div.DivClassName
{
background-color: #89FCD9;
}
.BgClassName
{
background-color: #89FCD9;
}
</style>
border-color css
<style>
span { border-color: #89FCD9; }
span { border-color: rgb(137,252,217); }
td.TdClassName
{
border-color: #89FCD9;
}
.TagClassName
{
border-color: #89FCD9;
}
</style>