Shades of Aquamarine #89F2DC
Tints of Aquamarine #89F2DC
RGB
CMYK
RGB Variations
Color information
#89F2DC (or 0x89F2DC) is known color: Aquamarine. HEX triplet: 89, F2 and DC. RGB value is (137,242,220). Sum of RGB (Red+Green+Blue) = 137+242+220=599 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.87% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F2DC is #760D23. Grayscale: #D0D0D0. Windows color (decimal): -7736612 or 14480009. OLE color: 14480009.
HSL color Cylindrical-coordinate representation of color #89F2DC: hue angle of 167.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F2DC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 220 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.05 |
| HSL | 167.43º | 0.8% | 0.74% | - |
| HSV(B) | 167.43º | 0.43% | 0.95% | - |
| XYZ | 54.99 | 73.99 | 79.09 | - |
| YUV | 208.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 220 | 0.43 | 0 | 0.09 | 0.05 | 167.43 | 0.8 | 0.74 |
| Hex | 89 | F2 | DC | 2B | 0 | 9 | 5 | A7 | 50 | 4A |
| Octal | 211 | 362 | 334 | 53 | 0 | 11 | 5 | 247 | 120 | 112 |
| Binary | 10001001 | 11110010 | 11011100 | 101011 | 0 | 1001 | 101 | 10100111 | 1010000 | 1001010 |
Color Harmonies of #89F2DC
Complementary color
Monochromatic Colors of #89F2DC
Black with #89F2DC
Text Example
Text Example
White with #89F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2DC; }
p { color: rgb(137,242,220); }
H1.HeaderClassName
{
color: #89F2DC;
}
.AnyTagClassName
{
color: #89F2DC;
}
</style>
background-color css
<style>
a { background-color: #89F2DC; }
a { background-color: rgb(137,242,220); }
div.DivClassName
{
background-color: #89F2DC;
}
.BgClassName
{
background-color: #89F2DC;
}
</style>
border-color css
<style>
span { border-color: #89F2DC; }
span { border-color: rgb(137,242,220); }
td.TdClassName
{
border-color: #89F2DC;
}
.TagClassName
{
border-color: #89F2DC;
}
</style>