Shades of Aquamarine #89FFC2
Tints of Aquamarine #89FFC2
RGB
CMYK
RGB Variations
Color information
#89FFC2 (or 0x89FFC2) is known color: Aquamarine. HEX triplet: 89, FF and C2. RGB value is (137,255,194). Sum of RGB (Red+Green+Blue) = 137+255+194=586 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.38% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFC2 is #76003D. Grayscale: #D4D4D4. Windows color (decimal): -7733310 or 12779401. OLE color: 12779401.
HSL color Cylindrical-coordinate representation of color #89FFC2: hue angle of 148.98º 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 #89FFC2 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 194 | - |
| CMYK | 0.46 | 0 | 0.24 | 0 |
| HSL | 148.98º | 1% | 0.77% | - |
| HSV(B) | 148.98º | 0.46% | 1% | - |
| XYZ | 55.81 | 80.73 | 63.68 | - |
| YUV | 212.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 194 | 0.46 | 0 | 0.24 | 0 | 148.98 | 1 | 0.77 |
| Hex | 89 | FF | C2 | 2E | 0 | 18 | 0 | 95 | 64 | 4D |
| Octal | 211 | 377 | 302 | 56 | 0 | 30 | 0 | 225 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11000010 | 101110 | 0 | 11000 | 0 | 10010101 | 1100100 | 1001101 |
Color Harmonies of #89FFC2
Complementary color
Monochromatic Colors of #89FFC2
Black with #89FFC2
Text Example
Text Example
White with #89FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFC2; }
p { color: rgb(137,255,194); }
H1.HeaderClassName
{
color: #89FFC2;
}
.AnyTagClassName
{
color: #89FFC2;
}
</style>
background-color css
<style>
a { background-color: #89FFC2; }
a { background-color: rgb(137,255,194); }
div.DivClassName
{
background-color: #89FFC2;
}
.BgClassName
{
background-color: #89FFC2;
}
</style>
border-color css
<style>
span { border-color: #89FFC2; }
span { border-color: rgb(137,255,194); }
td.TdClassName
{
border-color: #89FFC2;
}
.TagClassName
{
border-color: #89FFC2;
}
</style>