Shades of Aquamarine #89ECDF
Tints of Aquamarine #89ECDF
RGB
CMYK
RGB Variations
Color information
#89ECDF (or 0x89ECDF) is known color: Aquamarine. HEX triplet: 89, EC and DF. RGB value is (137,236,223). Sum of RGB (Red+Green+Blue) = 137+236+223=596 (78% of max value = 765). Red value is 137 (53.91% from 255 or 22.99% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89ECDF is #761320. Grayscale: #CCCCCC. Windows color (decimal): -7738145 or 14675081. OLE color: 14675081.
HSL color Cylindrical-coordinate representation of color #89ECDF: hue angle of 172.12º 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 #89ECDF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 236 | 223 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 172.12º | 0.72% | 0.73% | - |
| HSV(B) | 172.12º | 0.42% | 0.93% | - |
| XYZ | 53.63 | 70.64 | 80.62 | - |
| YUV | 204.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 223 | 0.42 | 0 | 0.06 | 0.07 | 172.12 | 0.72 | 0.73 |
| Hex | 89 | EC | DF | 2A | 0 | 6 | 7 | AC | 48 | 49 |
| Octal | 211 | 354 | 337 | 52 | 0 | 6 | 7 | 254 | 110 | 111 |
| Binary | 10001001 | 11101100 | 11011111 | 101010 | 0 | 110 | 111 | 10101100 | 1001000 | 1001001 |
Color Harmonies of #89ECDF
Complementary color
Monochromatic Colors of #89ECDF
Black with #89ECDF
Text Example
Text Example
White with #89ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECDF; }
p { color: rgb(137,236,223); }
H1.HeaderClassName
{
color: #89ECDF;
}
.AnyTagClassName
{
color: #89ECDF;
}
</style>
background-color css
<style>
a { background-color: #89ECDF; }
a { background-color: rgb(137,236,223); }
div.DivClassName
{
background-color: #89ECDF;
}
.BgClassName
{
background-color: #89ECDF;
}
</style>
border-color css
<style>
span { border-color: #89ECDF; }
span { border-color: rgb(137,236,223); }
td.TdClassName
{
border-color: #89ECDF;
}
.TagClassName
{
border-color: #89ECDF;
}
</style>