Shades of Aquamarine #89FFC1
Tints of Aquamarine #89FFC1
RGB
CMYK
RGB Variations
Color information
#89FFC1 (or 0x89FFC1) is known color: Aquamarine. HEX triplet: 89, FF and C1. RGB value is (137,255,193). Sum of RGB (Red+Green+Blue) = 137+255+193=585 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.42% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFC1 is #76003E. Grayscale: #D4D4D4. Windows color (decimal): -7733311 or 12713865. OLE color: 12713865.
HSL color Cylindrical-coordinate representation of color #89FFC1: hue angle of 148.47º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFC1 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 193 | - |
| CMYK | 0.46 | 0 | 0.24 | 0 |
| HSL | 148.47º | 1% | 0.77% | - |
| HSV(B) | 148.47º | 0.46% | 1% | - |
| XYZ | 55.7 | 80.69 | 63.09 | - |
| YUV | 212.65 | 116.91 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 193 | 0.46 | 0 | 0.24 | 0 | 148.47 | 1 | 0.77 |
| Hex | 89 | FF | C1 | 2E | 0 | 18 | 0 | 94 | 64 | 4D |
| Octal | 211 | 377 | 301 | 56 | 0 | 30 | 0 | 224 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11000001 | 101110 | 0 | 11000 | 0 | 10010100 | 1100100 | 1001101 |
Color Harmonies of #89FFC1
Complementary color
Monochromatic Colors of #89FFC1
Black with #89FFC1
Text Example
Text Example
White with #89FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFC1; }
p { color: rgb(137,255,193); }
H1.HeaderClassName
{
color: #89FFC1;
}
.AnyTagClassName
{
color: #89FFC1;
}
</style>
background-color css
<style>
a { background-color: #89FFC1; }
a { background-color: rgb(137,255,193); }
div.DivClassName
{
background-color: #89FFC1;
}
.BgClassName
{
background-color: #89FFC1;
}
</style>
border-color css
<style>
span { border-color: #89FFC1; }
span { border-color: rgb(137,255,193); }
td.TdClassName
{
border-color: #89FFC1;
}
.TagClassName
{
border-color: #89FFC1;
}
</style>