Shades of Aquamarine #89EFDB
Tints of Aquamarine #89EFDB
RGB
CMYK
RGB Variations
Color information
#89EFDB (or 0x89EFDB) is known color: Aquamarine. HEX triplet: 89, EF and DB. RGB value is (137,239,219). Sum of RGB (Red+Green+Blue) = 137+239+219=595 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.03% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFDB is #761024. Grayscale: #CECECE. Windows color (decimal): -7737381 or 14413705. OLE color: 14413705.
HSL color Cylindrical-coordinate representation of color #89EFDB: hue angle of 168.24º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFDB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 219 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.06 |
| HSL | 168.24º | 0.76% | 0.74% | - |
| HSV(B) | 168.24º | 0.43% | 0.94% | - |
| XYZ | 53.97 | 72.17 | 78.1 | - |
| YUV | 206.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 219 | 0.43 | 0 | 0.08 | 0.06 | 168.24 | 0.76 | 0.74 |
| Hex | 89 | EF | DB | 2B | 0 | 8 | 6 | A8 | 4C | 4A |
| Octal | 211 | 357 | 333 | 53 | 0 | 10 | 6 | 250 | 114 | 112 |
| Binary | 10001001 | 11101111 | 11011011 | 101011 | 0 | 1000 | 110 | 10101000 | 1001100 | 1001010 |
Color Harmonies of #89EFDB
Complementary color
Monochromatic Colors of #89EFDB
Black with #89EFDB
Text Example
Text Example
White with #89EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFDB; }
p { color: rgb(137,239,219); }
H1.HeaderClassName
{
color: #89EFDB;
}
.AnyTagClassName
{
color: #89EFDB;
}
</style>
background-color css
<style>
a { background-color: #89EFDB; }
a { background-color: rgb(137,239,219); }
div.DivClassName
{
background-color: #89EFDB;
}
.BgClassName
{
background-color: #89EFDB;
}
</style>
border-color css
<style>
span { border-color: #89EFDB; }
span { border-color: rgb(137,239,219); }
td.TdClassName
{
border-color: #89EFDB;
}
.TagClassName
{
border-color: #89EFDB;
}
</style>