Shades of Aquamarine #89FAE0
Tints of Aquamarine #89FAE0
RGB
CMYK
RGB Variations
Color information
#89FAE0 (or 0x89FAE0) is known color: Aquamarine. HEX triplet: 89, FA and E0. RGB value is (137,250,224). Sum of RGB (Red+Green+Blue) = 137+250+224=611 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.42% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAE0 is #76051F. Grayscale: #D5D5D5. Windows color (decimal): -7734560 or 14744201. OLE color: 14744201.
HSL color Cylindrical-coordinate representation of color #89FAE0: hue angle of 166.19º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FAE0 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 224 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.02 |
| HSL | 166.19º | 0.92% | 0.76% | - |
| HSV(B) | 166.19º | 0.45% | 0.98% | - |
| XYZ | 57.96 | 79.07 | 82.73 | - |
| YUV | 213.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 224 | 0.45 | 0 | 0.10 | 0.02 | 166.19 | 0.92 | 0.76 |
| Hex | 89 | FA | E0 | 2D | 0 | A | 2 | A6 | 5C | 4C |
| Octal | 211 | 372 | 340 | 55 | 0 | 12 | 2 | 246 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11100000 | 101101 | 0 | 1010 | 10 | 10100110 | 1011100 | 1001100 |
Color Harmonies of #89FAE0
Complementary color
Monochromatic Colors of #89FAE0
Black with #89FAE0
Text Example
Text Example
White with #89FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FAE0; }
p { color: rgb(137,250,224); }
H1.HeaderClassName
{
color: #89FAE0;
}
.AnyTagClassName
{
color: #89FAE0;
}
</style>
background-color css
<style>
a { background-color: #89FAE0; }
a { background-color: rgb(137,250,224); }
div.DivClassName
{
background-color: #89FAE0;
}
.BgClassName
{
background-color: #89FAE0;
}
</style>
border-color css
<style>
span { border-color: #89FAE0; }
span { border-color: rgb(137,250,224); }
td.TdClassName
{
border-color: #89FAE0;
}
.TagClassName
{
border-color: #89FAE0;
}
</style>