Shades of Aquamarine #89FEC1
Tints of Aquamarine #89FEC1
RGB
CMYK
RGB Variations
Color information
#89FEC1 (or 0x89FEC1) is known color: Aquamarine. HEX triplet: 89, FE and C1. RGB value is (137,254,193). Sum of RGB (Red+Green+Blue) = 137+254+193=584 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.46% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #89FEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FEC1 is #76013E. Grayscale: #D4D4D4. Windows color (decimal): -7733567 or 12713609. OLE color: 12713609.
HSL color Cylindrical-coordinate representation of color #89FEC1: hue angle of 148.72º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FEC1 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 254 | 193 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.00 |
| HSL | 148.72º | 0.98% | 0.77% | - |
| HSV(B) | 148.72º | 0.46% | 1% | - |
| XYZ | 55.38 | 80.05 | 62.98 | - |
| YUV | 212.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 254 | 193 | 0.46 | 0 | 0.24 | 0.00 | 148.72 | 0.98 | 0.77 |
| Hex | 89 | FE | C1 | 2E | 0 | 18 | 0 | 95 | 62 | 4D |
| Octal | 211 | 376 | 301 | 56 | 0 | 30 | 0 | 225 | 142 | 115 |
| Binary | 10001001 | 11111110 | 11000001 | 101110 | 0 | 11000 | 0 | 10010101 | 1100010 | 1001101 |
Color Harmonies of #89FEC1
Complementary color
Monochromatic Colors of #89FEC1
Black with #89FEC1
Text Example
Text Example
White with #89FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FEC1; }
p { color: rgb(137,254,193); }
H1.HeaderClassName
{
color: #89FEC1;
}
.AnyTagClassName
{
color: #89FEC1;
}
</style>
background-color css
<style>
a { background-color: #89FEC1; }
a { background-color: rgb(137,254,193); }
div.DivClassName
{
background-color: #89FEC1;
}
.BgClassName
{
background-color: #89FEC1;
}
</style>
border-color css
<style>
span { border-color: #89FEC1; }
span { border-color: rgb(137,254,193); }
td.TdClassName
{
border-color: #89FEC1;
}
.TagClassName
{
border-color: #89FEC1;
}
</style>