Shades of Aquamarine #89EEE0
Tints of Aquamarine #89EEE0
RGB
CMYK
RGB Variations
Color information
#89EEE0 (or 0x89EEE0) is known color: Aquamarine. HEX triplet: 89, EE and E0. RGB value is (137,238,224). Sum of RGB (Red+Green+Blue) = 137+238+224=599 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.87% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #89EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EEE0 is #76111F. Grayscale: #CECECE. Windows color (decimal): -7737632 or 14741129. OLE color: 14741129.
HSL color Cylindrical-coordinate representation of color #89EEE0: hue angle of 171.68º 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 #89EEE0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 224 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 171.68º | 0.75% | 0.74% | - |
| HSV(B) | 171.68º | 0.42% | 0.93% | - |
| XYZ | 54.35 | 71.85 | 81.52 | - |
| YUV | 206.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 224 | 0.42 | 0 | 0.06 | 0.07 | 171.68 | 0.75 | 0.74 |
| Hex | 89 | EE | E0 | 2A | 0 | 6 | 7 | AC | 4B | 4A |
| Octal | 211 | 356 | 340 | 52 | 0 | 6 | 7 | 254 | 113 | 112 |
| Binary | 10001001 | 11101110 | 11100000 | 101010 | 0 | 110 | 111 | 10101100 | 1001011 | 1001010 |
Color Harmonies of #89EEE0
Complementary color
Monochromatic Colors of #89EEE0
Black with #89EEE0
Text Example
Text Example
White with #89EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EEE0; }
p { color: rgb(137,238,224); }
H1.HeaderClassName
{
color: #89EEE0;
}
.AnyTagClassName
{
color: #89EEE0;
}
</style>
background-color css
<style>
a { background-color: #89EEE0; }
a { background-color: rgb(137,238,224); }
div.DivClassName
{
background-color: #89EEE0;
}
.BgClassName
{
background-color: #89EEE0;
}
</style>
border-color css
<style>
span { border-color: #89EEE0; }
span { border-color: rgb(137,238,224); }
td.TdClassName
{
border-color: #89EEE0;
}
.TagClassName
{
border-color: #89EEE0;
}
</style>