Shades of Aquamarine #89EFDC
Tints of Aquamarine #89EFDC
RGB
CMYK
RGB Variations
Color information
#89EFDC (or 0x89EFDC) is known color: Aquamarine. HEX triplet: 89, EF and DC. RGB value is (137,239,220). Sum of RGB (Red+Green+Blue) = 137+239+220=596 (78% of max value = 765). Red value is 137 (53.91% from 255 or 22.99% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFDC is #761023. Grayscale: #CECECE. Windows color (decimal): -7737380 or 14479241. OLE color: 14479241.
HSL color Cylindrical-coordinate representation of color #89EFDC: hue angle of 168.82º 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 #89EFDC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 220 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.06 |
| HSL | 168.82º | 0.76% | 0.74% | - |
| HSV(B) | 168.82º | 0.43% | 0.94% | - |
| XYZ | 54.1 | 72.22 | 78.8 | - |
| YUV | 206.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 220 | 0.43 | 0 | 0.08 | 0.06 | 168.82 | 0.76 | 0.74 |
| Hex | 89 | EF | DC | 2B | 0 | 8 | 6 | A9 | 4C | 4A |
| Octal | 211 | 357 | 334 | 53 | 0 | 10 | 6 | 251 | 114 | 112 |
| Binary | 10001001 | 11101111 | 11011100 | 101011 | 0 | 1000 | 110 | 10101001 | 1001100 | 1001010 |
Color Harmonies of #89EFDC
Complementary color
Monochromatic Colors of #89EFDC
Black with #89EFDC
Text Example
Text Example
White with #89EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFDC; }
p { color: rgb(137,239,220); }
H1.HeaderClassName
{
color: #89EFDC;
}
.AnyTagClassName
{
color: #89EFDC;
}
</style>
background-color css
<style>
a { background-color: #89EFDC; }
a { background-color: rgb(137,239,220); }
div.DivClassName
{
background-color: #89EFDC;
}
.BgClassName
{
background-color: #89EFDC;
}
</style>
border-color css
<style>
span { border-color: #89EFDC; }
span { border-color: rgb(137,239,220); }
td.TdClassName
{
border-color: #89EFDC;
}
.TagClassName
{
border-color: #89EFDC;
}
</style>