Shades of Aquamarine #89FFD6
Tints of Aquamarine #89FFD6
RGB
CMYK
RGB Variations
Color information
#89FFD6 (or 0x89FFD6) is known color: Aquamarine. HEX triplet: 89, FF and D6. RGB value is (137,255,214). Sum of RGB (Red+Green+Blue) = 137+255+214=606 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.61% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFD6 is #760029. Grayscale: #D7D7D7. Windows color (decimal): -7733290 or 14090121. OLE color: 14090121.
HSL color Cylindrical-coordinate representation of color #89FFD6: hue angle of 159.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFD6 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 214 | - |
| CMYK | 0.46 | 0 | 0.16 | 0 |
| HSL | 159.15º | 1% | 0.77% | - |
| HSV(B) | 159.15º | 0.46% | 1% | - |
| XYZ | 58.21 | 81.69 | 76.32 | - |
| YUV | 215.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 214 | 0.46 | 0 | 0.16 | 0 | 159.15 | 1 | 0.77 |
| Hex | 89 | FF | D6 | 2E | 0 | 10 | 0 | 9F | 64 | 4D |
| Octal | 211 | 377 | 326 | 56 | 0 | 20 | 0 | 237 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11010110 | 101110 | 0 | 10000 | 0 | 10011111 | 1100100 | 1001101 |
Color Harmonies of #89FFD6
Complementary color
Monochromatic Colors of #89FFD6
Black with #89FFD6
Text Example
Text Example
White with #89FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFD6; }
p { color: rgb(137,255,214); }
H1.HeaderClassName
{
color: #89FFD6;
}
.AnyTagClassName
{
color: #89FFD6;
}
</style>
background-color css
<style>
a { background-color: #89FFD6; }
a { background-color: rgb(137,255,214); }
div.DivClassName
{
background-color: #89FFD6;
}
.BgClassName
{
background-color: #89FFD6;
}
</style>
border-color css
<style>
span { border-color: #89FFD6; }
span { border-color: rgb(137,255,214); }
td.TdClassName
{
border-color: #89FFD6;
}
.TagClassName
{
border-color: #89FFD6;
}
</style>