Shades of Aquamarine #89EFDF
Tints of Aquamarine #89EFDF
RGB
CMYK
RGB Variations
Color information
#89EFDF (or 0x89EFDF) is known color: Aquamarine. HEX triplet: 89, EF and DF. RGB value is (137,239,223). Sum of RGB (Red+Green+Blue) = 137+239+223=599 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.87% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFDF is #761020. Grayscale: #CECECE. Windows color (decimal): -7737377 or 14675849. OLE color: 14675849.
HSL color Cylindrical-coordinate representation of color #89EFDF: hue angle of 170.59º 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 #89EFDF is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 223 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.06 |
| HSL | 170.59º | 0.76% | 0.74% | - |
| HSV(B) | 170.59º | 0.43% | 0.94% | - |
| XYZ | 54.5 | 72.38 | 80.91 | - |
| YUV | 206.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 223 | 0.43 | 0 | 0.07 | 0.06 | 170.59 | 0.76 | 0.74 |
| Hex | 89 | EF | DF | 2B | 0 | 7 | 6 | AB | 4C | 4A |
| Octal | 211 | 357 | 337 | 53 | 0 | 7 | 6 | 253 | 114 | 112 |
| Binary | 10001001 | 11101111 | 11011111 | 101011 | 0 | 111 | 110 | 10101011 | 1001100 | 1001010 |
Color Harmonies of #89EFDF
Complementary color
Monochromatic Colors of #89EFDF
Black with #89EFDF
Text Example
Text Example
White with #89EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFDF; }
p { color: rgb(137,239,223); }
H1.HeaderClassName
{
color: #89EFDF;
}
.AnyTagClassName
{
color: #89EFDF;
}
</style>
background-color css
<style>
a { background-color: #89EFDF; }
a { background-color: rgb(137,239,223); }
div.DivClassName
{
background-color: #89EFDF;
}
.BgClassName
{
background-color: #89EFDF;
}
</style>
border-color css
<style>
span { border-color: #89EFDF; }
span { border-color: rgb(137,239,223); }
td.TdClassName
{
border-color: #89EFDF;
}
.TagClassName
{
border-color: #89EFDF;
}
</style>