Shades of Aquamarine #89FCD8
Tints of Aquamarine #89FCD8
RGB
CMYK
RGB Variations
Color information
#89FCD8 (or 0x89FCD8) is known color: Aquamarine. HEX triplet: 89, FC and D8. RGB value is (137,252,216). Sum of RGB (Red+Green+Blue) = 137+252+216=605 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.64% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCD8 is #760327. Grayscale: #D5D5D5. Windows color (decimal): -7734056 or 14220425. OLE color: 14220425.
HSL color Cylindrical-coordinate representation of color #89FCD8: hue angle of 161.22º 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 #89FCD8 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 216 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.01 |
| HSL | 161.22º | 0.95% | 0.76% | - |
| HSV(B) | 161.22º | 0.46% | 0.99% | - |
| XYZ | 57.52 | 79.9 | 77.36 | - |
| YUV | 213.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 216 | 0.46 | 0 | 0.14 | 0.01 | 161.22 | 0.95 | 0.76 |
| Hex | 89 | FC | D8 | 2E | 0 | E | 1 | A1 | 5F | 4C |
| Octal | 211 | 374 | 330 | 56 | 0 | 16 | 1 | 241 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11011000 | 101110 | 0 | 1110 | 1 | 10100001 | 1011111 | 1001100 |
Color Harmonies of #89FCD8
Complementary color
Monochromatic Colors of #89FCD8
Black with #89FCD8
Text Example
Text Example
White with #89FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCD8; }
p { color: rgb(137,252,216); }
H1.HeaderClassName
{
color: #89FCD8;
}
.AnyTagClassName
{
color: #89FCD8;
}
</style>
background-color css
<style>
a { background-color: #89FCD8; }
a { background-color: rgb(137,252,216); }
div.DivClassName
{
background-color: #89FCD8;
}
.BgClassName
{
background-color: #89FCD8;
}
</style>
border-color css
<style>
span { border-color: #89FCD8; }
span { border-color: rgb(137,252,216); }
td.TdClassName
{
border-color: #89FCD8;
}
.TagClassName
{
border-color: #89FCD8;
}
</style>