Shades of Aquamarine #89ECDD
Tints of Aquamarine #89ECDD
RGB
CMYK
RGB Variations
Color information
#89ECDD (or 0x89ECDD) is known color: Aquamarine. HEX triplet: 89, EC and DD. RGB value is (137,236,221). Sum of RGB (Red+Green+Blue) = 137+236+221=594 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.06% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89ECDD is #761322. Grayscale: #CCCCCC. Windows color (decimal): -7738147 or 14544009. OLE color: 14544009.
HSL color Cylindrical-coordinate representation of color #89ECDD: hue angle of 170.91º 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 #89ECDD is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 236 | 221 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 170.91º | 0.72% | 0.73% | - |
| HSV(B) | 170.91º | 0.42% | 0.93% | - |
| XYZ | 53.36 | 70.53 | 79.21 | - |
| YUV | 204.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 221 | 0.42 | 0 | 0.06 | 0.07 | 170.91 | 0.72 | 0.73 |
| Hex | 89 | EC | DD | 2A | 0 | 6 | 7 | AB | 48 | 49 |
| Octal | 211 | 354 | 335 | 52 | 0 | 6 | 7 | 253 | 110 | 111 |
| Binary | 10001001 | 11101100 | 11011101 | 101010 | 0 | 110 | 111 | 10101011 | 1001000 | 1001001 |
Color Harmonies of #89ECDD
Complementary color
Monochromatic Colors of #89ECDD
Black with #89ECDD
Text Example
Text Example
White with #89ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECDD; }
p { color: rgb(137,236,221); }
H1.HeaderClassName
{
color: #89ECDD;
}
.AnyTagClassName
{
color: #89ECDD;
}
</style>
background-color css
<style>
a { background-color: #89ECDD; }
a { background-color: rgb(137,236,221); }
div.DivClassName
{
background-color: #89ECDD;
}
.BgClassName
{
background-color: #89ECDD;
}
</style>
border-color css
<style>
span { border-color: #89ECDD; }
span { border-color: rgb(137,236,221); }
td.TdClassName
{
border-color: #89ECDD;
}
.TagClassName
{
border-color: #89ECDD;
}
</style>