Shades of Aquamarine #89FAC0
Tints of Aquamarine #89FAC0
RGB
CMYK
RGB Variations
Color information
#89FAC0 (or 0x89FAC0) is known color: Aquamarine. HEX triplet: 89, FA and C0. RGB value is (137,250,192). Sum of RGB (Red+Green+Blue) = 137+250+192=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAC0 is #76053F. Grayscale: #D1D1D1. Windows color (decimal): -7734592 or 12647049. OLE color: 12647049.
HSL color Cylindrical-coordinate representation of color #89FAC0: hue angle of 149.2º 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 #89FAC0 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 192 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.02 |
| HSL | 149.2º | 0.92% | 0.76% | - |
| HSV(B) | 149.2º | 0.45% | 0.98% | - |
| XYZ | 54.02 | 77.5 | 61.98 | - |
| YUV | 209.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 192 | 0.45 | 0 | 0.23 | 0.02 | 149.2 | 0.92 | 0.76 |
| Hex | 89 | FA | C0 | 2D | 0 | 17 | 2 | 95 | 5C | 4C |
| Octal | 211 | 372 | 300 | 55 | 0 | 27 | 2 | 225 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11000000 | 101101 | 0 | 10111 | 10 | 10010101 | 1011100 | 1001100 |
Color Harmonies of #89FAC0
Complementary color
Monochromatic Colors of #89FAC0
Black with #89FAC0
Text Example
Text Example
White with #89FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FAC0; }
p { color: rgb(137,250,192); }
H1.HeaderClassName
{
color: #89FAC0;
}
.AnyTagClassName
{
color: #89FAC0;
}
</style>
background-color css
<style>
a { background-color: #89FAC0; }
a { background-color: rgb(137,250,192); }
div.DivClassName
{
background-color: #89FAC0;
}
.BgClassName
{
background-color: #89FAC0;
}
</style>
border-color css
<style>
span { border-color: #89FAC0; }
span { border-color: rgb(137,250,192); }
td.TdClassName
{
border-color: #89FAC0;
}
.TagClassName
{
border-color: #89FAC0;
}
</style>