Shades of Aquamarine #89FFE0
Tints of Aquamarine #89FFE0
RGB
CMYK
RGB Variations
Color information
#89FFE0 (or 0x89FFE0) is known color: Aquamarine. HEX triplet: 89, FF and E0. RGB value is (137,255,224). Sum of RGB (Red+Green+Blue) = 137+255+224=616 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.24% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFE0 is #76001F. Grayscale: #D8D8D8. Windows color (decimal): -7733280 or 14745481. OLE color: 14745481.
HSL color Cylindrical-coordinate representation of color #89FFE0: hue angle of 164.24º 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 #89FFE0 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 224 | - |
| CMYK | 0.46 | 0 | 0.12 | 0 |
| HSL | 164.24º | 1% | 0.77% | - |
| HSV(B) | 164.24º | 0.46% | 1% | - |
| XYZ | 59.53 | 82.22 | 83.25 | - |
| YUV | 216.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 224 | 0.46 | 0 | 0.12 | 0 | 164.24 | 1 | 0.77 |
| Hex | 89 | FF | E0 | 2E | 0 | C | 0 | A4 | 64 | 4D |
| Octal | 211 | 377 | 340 | 56 | 0 | 14 | 0 | 244 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11100000 | 101110 | 0 | 1100 | 0 | 10100100 | 1100100 | 1001101 |
Color Harmonies of #89FFE0
Complementary color
Monochromatic Colors of #89FFE0
Black with #89FFE0
Text Example
Text Example
White with #89FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFE0; }
p { color: rgb(137,255,224); }
H1.HeaderClassName
{
color: #89FFE0;
}
.AnyTagClassName
{
color: #89FFE0;
}
</style>
background-color css
<style>
a { background-color: #89FFE0; }
a { background-color: rgb(137,255,224); }
div.DivClassName
{
background-color: #89FFE0;
}
.BgClassName
{
background-color: #89FFE0;
}
</style>
border-color css
<style>
span { border-color: #89FFE0; }
span { border-color: rgb(137,255,224); }
td.TdClassName
{
border-color: #89FFE0;
}
.TagClassName
{
border-color: #89FFE0;
}
</style>