Shades of Aquamarine #89EECC
Tints of Aquamarine #89EECC
RGB
CMYK
RGB Variations
Color information
#89EECC (or 0x89EECC) is known color: Aquamarine. HEX triplet: 89, EE and CC. RGB value is (137,238,204). Sum of RGB (Red+Green+Blue) = 137+238+204=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #89EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EECC is #761133. Grayscale: #CBCBCB. Windows color (decimal): -7737652 or 13430409. OLE color: 13430409.
HSL color Cylindrical-coordinate representation of color #89EECC: hue angle of 159.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EECC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 204 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.07 |
| HSL | 159.8º | 0.75% | 0.74% | - |
| HSV(B) | 159.8º | 0.42% | 0.93% | - |
| XYZ | 51.79 | 70.83 | 68.07 | - |
| YUV | 203.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 204 | 0.42 | 0 | 0.14 | 0.07 | 159.8 | 0.75 | 0.74 |
| Hex | 89 | EE | CC | 2A | 0 | E | 7 | A0 | 4B | 4A |
| Octal | 211 | 356 | 314 | 52 | 0 | 16 | 7 | 240 | 113 | 112 |
| Binary | 10001001 | 11101110 | 11001100 | 101010 | 0 | 1110 | 111 | 10100000 | 1001011 | 1001010 |
Color Harmonies of #89EECC
Complementary color
Monochromatic Colors of #89EECC
Black with #89EECC
Text Example
Text Example
White with #89EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EECC; }
p { color: rgb(137,238,204); }
H1.HeaderClassName
{
color: #89EECC;
}
.AnyTagClassName
{
color: #89EECC;
}
</style>
background-color css
<style>
a { background-color: #89EECC; }
a { background-color: rgb(137,238,204); }
div.DivClassName
{
background-color: #89EECC;
}
.BgClassName
{
background-color: #89EECC;
}
</style>
border-color css
<style>
span { border-color: #89EECC; }
span { border-color: rgb(137,238,204); }
td.TdClassName
{
border-color: #89EECC;
}
.TagClassName
{
border-color: #89EECC;
}
</style>