Shades of Aquamarine #89FADB
Tints of Aquamarine #89FADB
RGB
CMYK
RGB Variations
Color information
#89FADB (or 0x89FADB) is known color: Aquamarine. HEX triplet: 89, FA and DB. RGB value is (137,250,219). Sum of RGB (Red+Green+Blue) = 137+250+219=606 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.61% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #89FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FADB is #760524. Grayscale: #D4D4D4. Windows color (decimal): -7734565 or 14416521. OLE color: 14416521.
HSL color Cylindrical-coordinate representation of color #89FADB: hue angle of 163.54º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FADB is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 219 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.02 |
| HSL | 163.54º | 0.92% | 0.76% | - |
| HSV(B) | 163.54º | 0.45% | 0.98% | - |
| XYZ | 57.29 | 78.8 | 79.21 | - |
| YUV | 212.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 219 | 0.45 | 0 | 0.12 | 0.02 | 163.54 | 0.92 | 0.76 |
| Hex | 89 | FA | DB | 2D | 0 | C | 2 | A4 | 5C | 4C |
| Octal | 211 | 372 | 333 | 55 | 0 | 14 | 2 | 244 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11011011 | 101101 | 0 | 1100 | 10 | 10100100 | 1011100 | 1001100 |
Color Harmonies of #89FADB
Complementary color
Monochromatic Colors of #89FADB
Black with #89FADB
Text Example
Text Example
White with #89FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FADB; }
p { color: rgb(137,250,219); }
H1.HeaderClassName
{
color: #89FADB;
}
.AnyTagClassName
{
color: #89FADB;
}
</style>
background-color css
<style>
a { background-color: #89FADB; }
a { background-color: rgb(137,250,219); }
div.DivClassName
{
background-color: #89FADB;
}
.BgClassName
{
background-color: #89FADB;
}
</style>
border-color css
<style>
span { border-color: #89FADB; }
span { border-color: rgb(137,250,219); }
td.TdClassName
{
border-color: #89FADB;
}
.TagClassName
{
border-color: #89FADB;
}
</style>