Shades of Aquamarine #89EDE2
Tints of Aquamarine #89EDE2
RGB
CMYK
RGB Variations
Color information
#89EDE2 (or 0x89EDE2) is known color: Aquamarine. HEX triplet: 89, ED and E2. RGB value is (137,237,226). Sum of RGB (Red+Green+Blue) = 137+237+226=600 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDE2 is #76121D. Grayscale: #CDCDCD. Windows color (decimal): -7737886 or 14871945. OLE color: 14871945.
HSL color Cylindrical-coordinate representation of color #89EDE2: hue angle of 173.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EDE2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 226 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.07 |
| HSL | 173.4º | 0.74% | 0.73% | - |
| HSV(B) | 173.4º | 0.42% | 0.93% | - |
| XYZ | 54.33 | 71.38 | 82.87 | - |
| YUV | 205.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 226 | 0.42 | 0 | 0.05 | 0.07 | 173.4 | 0.74 | 0.73 |
| Hex | 89 | ED | E2 | 2A | 0 | 5 | 7 | AD | 4A | 49 |
| Octal | 211 | 355 | 342 | 52 | 0 | 5 | 7 | 255 | 112 | 111 |
| Binary | 10001001 | 11101101 | 11100010 | 101010 | 0 | 101 | 111 | 10101101 | 1001010 | 1001001 |
Color Harmonies of #89EDE2
Complementary color
Monochromatic Colors of #89EDE2
Black with #89EDE2
Text Example
Text Example
White with #89EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EDE2; }
p { color: rgb(137,237,226); }
H1.HeaderClassName
{
color: #89EDE2;
}
.AnyTagClassName
{
color: #89EDE2;
}
</style>
background-color css
<style>
a { background-color: #89EDE2; }
a { background-color: rgb(137,237,226); }
div.DivClassName
{
background-color: #89EDE2;
}
.BgClassName
{
background-color: #89EDE2;
}
</style>
border-color css
<style>
span { border-color: #89EDE2; }
span { border-color: rgb(137,237,226); }
td.TdClassName
{
border-color: #89EDE2;
}
.TagClassName
{
border-color: #89EDE2;
}
</style>