Shades of Aquamarine #89FACA
Tints of Aquamarine #89FACA
RGB
CMYK
RGB Variations
Color information
#89FACA (or 0x89FACA) is known color: Aquamarine. HEX triplet: 89, FA and CA. RGB value is (137,250,202). Sum of RGB (Red+Green+Blue) = 137+250+202=589 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.26% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #89FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FACA is #760535. Grayscale: #D2D2D2. Windows color (decimal): -7734582 or 13302409. OLE color: 13302409.
HSL color Cylindrical-coordinate representation of color #89FACA: hue angle of 154.51º 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 #89FACA is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 202 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.02 |
| HSL | 154.51º | 0.92% | 0.76% | - |
| HSV(B) | 154.51º | 0.45% | 0.98% | - |
| XYZ | 55.16 | 77.95 | 68.02 | - |
| YUV | 210.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 202 | 0.45 | 0 | 0.19 | 0.02 | 154.51 | 0.92 | 0.76 |
| Hex | 89 | FA | CA | 2D | 0 | 13 | 2 | 9B | 5C | 4C |
| Octal | 211 | 372 | 312 | 55 | 0 | 23 | 2 | 233 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11001010 | 101101 | 0 | 10011 | 10 | 10011011 | 1011100 | 1001100 |
Color Harmonies of #89FACA
Complementary color
Monochromatic Colors of #89FACA
Black with #89FACA
Text Example
Text Example
White with #89FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FACA; }
p { color: rgb(137,250,202); }
H1.HeaderClassName
{
color: #89FACA;
}
.AnyTagClassName
{
color: #89FACA;
}
</style>
background-color css
<style>
a { background-color: #89FACA; }
a { background-color: rgb(137,250,202); }
div.DivClassName
{
background-color: #89FACA;
}
.BgClassName
{
background-color: #89FACA;
}
</style>
border-color css
<style>
span { border-color: #89FACA; }
span { border-color: rgb(137,250,202); }
td.TdClassName
{
border-color: #89FACA;
}
.TagClassName
{
border-color: #89FACA;
}
</style>