Shades of Aquamarine #89FAC1
Tints of Aquamarine #89FAC1
RGB
CMYK
RGB Variations
Color information
#89FAC1 (or 0x89FAC1) is known color: Aquamarine. HEX triplet: 89, FA and C1. RGB value is (137,250,193). Sum of RGB (Red+Green+Blue) = 137+250+193=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAC1 is #76053E. Grayscale: #D1D1D1. Windows color (decimal): -7734591 or 12712585. OLE color: 12712585.
HSL color Cylindrical-coordinate representation of color #89FAC1: hue angle of 149.73º 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 #89FAC1 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 193 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.02 |
| HSL | 149.73º | 0.92% | 0.76% | - |
| HSV(B) | 149.73º | 0.45% | 0.98% | - |
| XYZ | 54.13 | 77.54 | 62.57 | - |
| YUV | 209.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 193 | 0.45 | 0 | 0.23 | 0.02 | 149.73 | 0.92 | 0.76 |
| Hex | 89 | FA | C1 | 2D | 0 | 17 | 2 | 96 | 5C | 4C |
| Octal | 211 | 372 | 301 | 55 | 0 | 27 | 2 | 226 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11000001 | 101101 | 0 | 10111 | 10 | 10010110 | 1011100 | 1001100 |
Color Harmonies of #89FAC1
Complementary color
Monochromatic Colors of #89FAC1
Black with #89FAC1
Text Example
Text Example
White with #89FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FAC1; }
p { color: rgb(137,250,193); }
H1.HeaderClassName
{
color: #89FAC1;
}
.AnyTagClassName
{
color: #89FAC1;
}
</style>
background-color css
<style>
a { background-color: #89FAC1; }
a { background-color: rgb(137,250,193); }
div.DivClassName
{
background-color: #89FAC1;
}
.BgClassName
{
background-color: #89FAC1;
}
</style>
border-color css
<style>
span { border-color: #89FAC1; }
span { border-color: rgb(137,250,193); }
td.TdClassName
{
border-color: #89FAC1;
}
.TagClassName
{
border-color: #89FAC1;
}
</style>