Shades of Aquamarine #89FCD0
Tints of Aquamarine #89FCD0
RGB
CMYK
RGB Variations
Color information
#89FCD0 (or 0x89FCD0) is known color: Aquamarine. HEX triplet: 89, FC and D0. RGB value is (137,252,208). Sum of RGB (Red+Green+Blue) = 137+252+208=597 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.95% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCD0 is #76032F. Grayscale: #D4D4D4. Windows color (decimal): -7734064 or 13696137. OLE color: 13696137.
HSL color Cylindrical-coordinate representation of color #89FCD0: hue angle of 157.04º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCD0 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 208 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.01 |
| HSL | 157.04º | 0.95% | 0.76% | - |
| HSV(B) | 157.04º | 0.46% | 0.99% | - |
| XYZ | 56.51 | 79.49 | 72.04 | - |
| YUV | 212.6 | 125.4 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 208 | 0.46 | 0 | 0.17 | 0.01 | 157.04 | 0.95 | 0.76 |
| Hex | 89 | FC | D0 | 2E | 0 | 11 | 1 | 9D | 5F | 4C |
| Octal | 211 | 374 | 320 | 56 | 0 | 21 | 1 | 235 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11010000 | 101110 | 0 | 10001 | 1 | 10011101 | 1011111 | 1001100 |
Color Harmonies of #89FCD0
Complementary color
Monochromatic Colors of #89FCD0
Black with #89FCD0
Text Example
Text Example
White with #89FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCD0; }
p { color: rgb(137,252,208); }
H1.HeaderClassName
{
color: #89FCD0;
}
.AnyTagClassName
{
color: #89FCD0;
}
</style>
background-color css
<style>
a { background-color: #89FCD0; }
a { background-color: rgb(137,252,208); }
div.DivClassName
{
background-color: #89FCD0;
}
.BgClassName
{
background-color: #89FCD0;
}
</style>
border-color css
<style>
span { border-color: #89FCD0; }
span { border-color: rgb(137,252,208); }
td.TdClassName
{
border-color: #89FCD0;
}
.TagClassName
{
border-color: #89FCD0;
}
</style>