Shades of Aquamarine #89EFC7
Tints of Aquamarine #89EFC7
RGB
CMYK
RGB Variations
Color information
#89EFC7 (or 0x89EFC7) is known color: Aquamarine. HEX triplet: 89, EF and C7. RGB value is (137,239,199). Sum of RGB (Red+Green+Blue) = 137+239+199=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFC7 is #761038. Grayscale: #CCCCCC. Windows color (decimal): -7737401 or 13102985. OLE color: 13102985.
HSL color Cylindrical-coordinate representation of color #89EFC7: hue angle of 156.47º 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 #89EFC7 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 199 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.06 |
| HSL | 156.47º | 0.76% | 0.74% | - |
| HSV(B) | 156.47º | 0.43% | 0.94% | - |
| XYZ | 51.49 | 71.17 | 65.06 | - |
| YUV | 203.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 199 | 0.43 | 0 | 0.17 | 0.06 | 156.47 | 0.76 | 0.74 |
| Hex | 89 | EF | C7 | 2B | 0 | 11 | 6 | 9C | 4C | 4A |
| Octal | 211 | 357 | 307 | 53 | 0 | 21 | 6 | 234 | 114 | 112 |
| Binary | 10001001 | 11101111 | 11000111 | 101011 | 0 | 10001 | 110 | 10011100 | 1001100 | 1001010 |
Color Harmonies of #89EFC7
Complementary color
Monochromatic Colors of #89EFC7
Black with #89EFC7
Text Example
Text Example
White with #89EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFC7; }
p { color: rgb(137,239,199); }
H1.HeaderClassName
{
color: #89EFC7;
}
.AnyTagClassName
{
color: #89EFC7;
}
</style>
background-color css
<style>
a { background-color: #89EFC7; }
a { background-color: rgb(137,239,199); }
div.DivClassName
{
background-color: #89EFC7;
}
.BgClassName
{
background-color: #89EFC7;
}
</style>
border-color css
<style>
span { border-color: #89EFC7; }
span { border-color: rgb(137,239,199); }
td.TdClassName
{
border-color: #89EFC7;
}
.TagClassName
{
border-color: #89EFC7;
}
</style>