Shades of Aquamarine #89FDDB
Tints of Aquamarine #89FDDB
RGB
CMYK
RGB Variations
Color information
#89FDDB (or 0x89FDDB) is known color: Aquamarine. HEX triplet: 89, FD and DB. RGB value is (137,253,219). Sum of RGB (Red+Green+Blue) = 137+253+219=609 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.50% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #89FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FDDB is #760224. Grayscale: #D6D6D6. Windows color (decimal): -7733797 or 14417289. OLE color: 14417289.
HSL color Cylindrical-coordinate representation of color #89FDDB: hue angle of 162.41º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FDDB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 253 | 219 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.01 |
| HSL | 162.41º | 0.97% | 0.76% | - |
| HSV(B) | 162.41º | 0.46% | 0.99% | - |
| XYZ | 58.23 | 80.68 | 79.52 | - |
| YUV | 214.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 253 | 219 | 0.46 | 0 | 0.13 | 0.01 | 162.41 | 0.97 | 0.76 |
| Hex | 89 | FD | DB | 2E | 0 | D | 1 | A2 | 61 | 4C |
| Octal | 211 | 375 | 333 | 56 | 0 | 15 | 1 | 242 | 141 | 114 |
| Binary | 10001001 | 11111101 | 11011011 | 101110 | 0 | 1101 | 1 | 10100010 | 1100001 | 1001100 |
Color Harmonies of #89FDDB
Complementary color
Monochromatic Colors of #89FDDB
Black with #89FDDB
Text Example
Text Example
White with #89FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FDDB; }
p { color: rgb(137,253,219); }
H1.HeaderClassName
{
color: #89FDDB;
}
.AnyTagClassName
{
color: #89FDDB;
}
</style>
background-color css
<style>
a { background-color: #89FDDB; }
a { background-color: rgb(137,253,219); }
div.DivClassName
{
background-color: #89FDDB;
}
.BgClassName
{
background-color: #89FDDB;
}
</style>
border-color css
<style>
span { border-color: #89FDDB; }
span { border-color: rgb(137,253,219); }
td.TdClassName
{
border-color: #89FDDB;
}
.TagClassName
{
border-color: #89FDDB;
}
</style>