Shades of Aquamarine #89EECF
Tints of Aquamarine #89EECF
RGB
CMYK
RGB Variations
Color information
#89EECF (or 0x89EECF) is known color: Aquamarine. HEX triplet: 89, EE and CF. RGB value is (137,238,207). Sum of RGB (Red+Green+Blue) = 137+238+207=582 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.54% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #89EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EECF is #761130. Grayscale: #CCCCCC. Windows color (decimal): -7737649 or 13627017. OLE color: 13627017.
HSL color Cylindrical-coordinate representation of color #89EECF: hue angle of 161.58º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EECF is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 207 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.07 |
| HSL | 161.58º | 0.75% | 0.74% | - |
| HSV(B) | 161.58º | 0.42% | 0.93% | - |
| XYZ | 52.15 | 70.97 | 69.98 | - |
| YUV | 204.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 207 | 0.42 | 0 | 0.13 | 0.07 | 161.58 | 0.75 | 0.74 |
| Hex | 89 | EE | CF | 2A | 0 | D | 7 | A2 | 4B | 4A |
| Octal | 211 | 356 | 317 | 52 | 0 | 15 | 7 | 242 | 113 | 112 |
| Binary | 10001001 | 11101110 | 11001111 | 101010 | 0 | 1101 | 111 | 10100010 | 1001011 | 1001010 |
Color Harmonies of #89EECF
Complementary color
Monochromatic Colors of #89EECF
Black with #89EECF
Text Example
Text Example
White with #89EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EECF; }
p { color: rgb(137,238,207); }
H1.HeaderClassName
{
color: #89EECF;
}
.AnyTagClassName
{
color: #89EECF;
}
</style>
background-color css
<style>
a { background-color: #89EECF; }
a { background-color: rgb(137,238,207); }
div.DivClassName
{
background-color: #89EECF;
}
.BgClassName
{
background-color: #89EECF;
}
</style>
border-color css
<style>
span { border-color: #89EECF; }
span { border-color: rgb(137,238,207); }
td.TdClassName
{
border-color: #89EECF;
}
.TagClassName
{
border-color: #89EECF;
}
</style>