Shades of Aquamarine #89FAC6
Tints of Aquamarine #89FAC6
RGB
CMYK
RGB Variations
Color information
#89FAC6 (or 0x89FAC6) is known color: Aquamarine. HEX triplet: 89, FA and C6. RGB value is (137,250,198). Sum of RGB (Red+Green+Blue) = 137+250+198=585 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.42% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAC6 is #760539. Grayscale: #D2D2D2. Windows color (decimal): -7734586 or 13040265. OLE color: 13040265.
HSL color Cylindrical-coordinate representation of color #89FAC6: hue angle of 152.39º 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 #89FAC6 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 198 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.02 |
| HSL | 152.39º | 0.92% | 0.76% | - |
| HSV(B) | 152.39º | 0.45% | 0.98% | - |
| XYZ | 54.7 | 77.77 | 65.55 | - |
| YUV | 210.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 198 | 0.45 | 0 | 0.21 | 0.02 | 152.39 | 0.92 | 0.76 |
| Hex | 89 | FA | C6 | 2D | 0 | 15 | 2 | 98 | 5C | 4C |
| Octal | 211 | 372 | 306 | 55 | 0 | 25 | 2 | 230 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11000110 | 101101 | 0 | 10101 | 10 | 10011000 | 1011100 | 1001100 |
Color Harmonies of #89FAC6
Complementary color
Monochromatic Colors of #89FAC6
Black with #89FAC6
Text Example
Text Example
White with #89FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FAC6; }
p { color: rgb(137,250,198); }
H1.HeaderClassName
{
color: #89FAC6;
}
.AnyTagClassName
{
color: #89FAC6;
}
</style>
background-color css
<style>
a { background-color: #89FAC6; }
a { background-color: rgb(137,250,198); }
div.DivClassName
{
background-color: #89FAC6;
}
.BgClassName
{
background-color: #89FAC6;
}
</style>
border-color css
<style>
span { border-color: #89FAC6; }
span { border-color: rgb(137,250,198); }
td.TdClassName
{
border-color: #89FAC6;
}
.TagClassName
{
border-color: #89FAC6;
}
</style>