Shades of Aquamarine #89FFCB
Tints of Aquamarine #89FFCB
RGB
CMYK
RGB Variations
Color information
#89FFCB (or 0x89FFCB) is known color: Aquamarine. HEX triplet: 89, FF and CB. RGB value is (137,255,203). Sum of RGB (Red+Green+Blue) = 137+255+203=595 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.03% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFCB is #760034. Grayscale: #D5D5D5. Windows color (decimal): -7733301 or 13369225. OLE color: 13369225.
HSL color Cylindrical-coordinate representation of color #89FFCB: hue angle of 153.56º 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 #89FFCB is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 203 | - |
| CMYK | 0.46 | 0 | 0.20 | 0 |
| HSL | 153.56º | 1% | 0.77% | - |
| HSV(B) | 153.56º | 0.46% | 1% | - |
| XYZ | 56.86 | 81.15 | 69.17 | - |
| YUV | 213.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 203 | 0.46 | 0 | 0.20 | 0 | 153.56 | 1 | 0.77 |
| Hex | 89 | FF | CB | 2E | 0 | 14 | 0 | 9A | 64 | 4D |
| Octal | 211 | 377 | 313 | 56 | 0 | 24 | 0 | 232 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11001011 | 101110 | 0 | 10100 | 0 | 10011010 | 1100100 | 1001101 |
Color Harmonies of #89FFCB
Complementary color
Monochromatic Colors of #89FFCB
Black with #89FFCB
Text Example
Text Example
White with #89FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFCB; }
p { color: rgb(137,255,203); }
H1.HeaderClassName
{
color: #89FFCB;
}
.AnyTagClassName
{
color: #89FFCB;
}
</style>
background-color css
<style>
a { background-color: #89FFCB; }
a { background-color: rgb(137,255,203); }
div.DivClassName
{
background-color: #89FFCB;
}
.BgClassName
{
background-color: #89FFCB;
}
</style>
border-color css
<style>
span { border-color: #89FFCB; }
span { border-color: rgb(137,255,203); }
td.TdClassName
{
border-color: #89FFCB;
}
.TagClassName
{
border-color: #89FFCB;
}
</style>