Shades of Aquamarine #89FAC8
Tints of Aquamarine #89FAC8
RGB
CMYK
RGB Variations
Color information
#89FAC8 (or 0x89FAC8) is known color: Aquamarine. HEX triplet: 89, FA and C8. RGB value is (137,250,200). Sum of RGB (Red+Green+Blue) = 137+250+200=587 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.34% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAC8 is #760537. Grayscale: #D2D2D2. Windows color (decimal): -7734584 or 13171337. OLE color: 13171337.
HSL color Cylindrical-coordinate representation of color #89FAC8: hue angle of 153.45º 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 #89FAC8 is Cyan = 0.45, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 200 | - |
| CMYK | 0.45 | 0 | 0.2 | 0.02 |
| HSL | 153.45º | 0.92% | 0.76% | - |
| HSV(B) | 153.45º | 0.45% | 0.98% | - |
| XYZ | 54.93 | 77.86 | 66.78 | - |
| YUV | 210.51 | 122.06 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 200 | 0.45 | 0 | 0.2 | 0.02 | 153.45 | 0.92 | 0.76 |
| Hex | 89 | FA | C8 | 2D | 0 | 14 | 2 | 99 | 5C | 4C |
| Octal | 211 | 372 | 310 | 55 | 0 | 24 | 2 | 231 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11001000 | 101101 | 0 | 10100 | 10 | 10011001 | 1011100 | 1001100 |
Color Harmonies of #89FAC8
Complementary color
Monochromatic Colors of #89FAC8
Black with #89FAC8
Text Example
Text Example
White with #89FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FAC8; }
p { color: rgb(137,250,200); }
H1.HeaderClassName
{
color: #89FAC8;
}
.AnyTagClassName
{
color: #89FAC8;
}
</style>
background-color css
<style>
a { background-color: #89FAC8; }
a { background-color: rgb(137,250,200); }
div.DivClassName
{
background-color: #89FAC8;
}
.BgClassName
{
background-color: #89FAC8;
}
</style>
border-color css
<style>
span { border-color: #89FAC8; }
span { border-color: rgb(137,250,200); }
td.TdClassName
{
border-color: #89FAC8;
}
.TagClassName
{
border-color: #89FAC8;
}
</style>