Shades of Aquamarine #89ECDB
Tints of Aquamarine #89ECDB
RGB
CMYK
RGB Variations
Color information
#89ECDB (or 0x89ECDB) is known color: Aquamarine. HEX triplet: 89, EC and DB. RGB value is (137,236,219). Sum of RGB (Red+Green+Blue) = 137+236+219=592 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.14% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89ECDB is #761324. Grayscale: #CCCCCC. Windows color (decimal): -7738149 or 14412937. OLE color: 14412937.
HSL color Cylindrical-coordinate representation of color #89ECDB: hue angle of 169.7º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ECDB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 236 | 219 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.07 |
| HSL | 169.7º | 0.72% | 0.73% | - |
| HSV(B) | 169.7º | 0.42% | 0.93% | - |
| XYZ | 53.1 | 70.42 | 77.81 | - |
| YUV | 204.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 219 | 0.42 | 0 | 0.07 | 0.07 | 169.7 | 0.72 | 0.73 |
| Hex | 89 | EC | DB | 2A | 0 | 7 | 7 | AA | 48 | 49 |
| Octal | 211 | 354 | 333 | 52 | 0 | 7 | 7 | 252 | 110 | 111 |
| Binary | 10001001 | 11101100 | 11011011 | 101010 | 0 | 111 | 111 | 10101010 | 1001000 | 1001001 |
Color Harmonies of #89ECDB
Complementary color
Monochromatic Colors of #89ECDB
Black with #89ECDB
Text Example
Text Example
White with #89ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECDB; }
p { color: rgb(137,236,219); }
H1.HeaderClassName
{
color: #89ECDB;
}
.AnyTagClassName
{
color: #89ECDB;
}
</style>
background-color css
<style>
a { background-color: #89ECDB; }
a { background-color: rgb(137,236,219); }
div.DivClassName
{
background-color: #89ECDB;
}
.BgClassName
{
background-color: #89ECDB;
}
</style>
border-color css
<style>
span { border-color: #89ECDB; }
span { border-color: rgb(137,236,219); }
td.TdClassName
{
border-color: #89ECDB;
}
.TagClassName
{
border-color: #89ECDB;
}
</style>