Shades of Aquamarine #89F8C0
Tints of Aquamarine #89F8C0
RGB
CMYK
RGB Variations
Color information
#89F8C0 (or 0x89F8C0) is known color: Aquamarine. HEX triplet: 89, F8 and C0. RGB value is (137,248,192). Sum of RGB (Red+Green+Blue) = 137+248+192=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8C0 is #76073F. Grayscale: #D0D0D0. Windows color (decimal): -7735104 or 12646537. OLE color: 12646537.
HSL color Cylindrical-coordinate representation of color #89F8C0: hue angle of 149.73º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8C0 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 248 | 192 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.03 |
| HSL | 149.73º | 0.89% | 0.75% | - |
| HSV(B) | 149.73º | 0.45% | 0.97% | - |
| XYZ | 53.4 | 76.26 | 61.77 | - |
| YUV | 208.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 248 | 192 | 0.45 | 0 | 0.23 | 0.03 | 149.73 | 0.89 | 0.75 |
| Hex | 89 | F8 | C0 | 2D | 0 | 17 | 3 | 96 | 59 | 4B |
| Octal | 211 | 370 | 300 | 55 | 0 | 27 | 3 | 226 | 131 | 113 |
| Binary | 10001001 | 11111000 | 11000000 | 101101 | 0 | 10111 | 11 | 10010110 | 1011001 | 1001011 |
Color Harmonies of #89F8C0
Complementary color
Monochromatic Colors of #89F8C0
Black with #89F8C0
Text Example
Text Example
White with #89F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F8C0; }
p { color: rgb(137,248,192); }
H1.HeaderClassName
{
color: #89F8C0;
}
.AnyTagClassName
{
color: #89F8C0;
}
</style>
background-color css
<style>
a { background-color: #89F8C0; }
a { background-color: rgb(137,248,192); }
div.DivClassName
{
background-color: #89F8C0;
}
.BgClassName
{
background-color: #89F8C0;
}
</style>
border-color css
<style>
span { border-color: #89F8C0; }
span { border-color: rgb(137,248,192); }
td.TdClassName
{
border-color: #89F8C0;
}
.TagClassName
{
border-color: #89F8C0;
}
</style>