Shades of Aquamarine #89FCD4
Tints of Aquamarine #89FCD4
RGB
CMYK
RGB Variations
Color information
#89FCD4 (or 0x89FCD4) is known color: Aquamarine. HEX triplet: 89, FC and D4. RGB value is (137,252,212). Sum of RGB (Red+Green+Blue) = 137+252+212=601 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.80% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCD4 is #76032B. Grayscale: #D5D5D5. Windows color (decimal): -7734060 or 13958281. OLE color: 13958281.
HSL color Cylindrical-coordinate representation of color #89FCD4: hue angle of 159.13º 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 #89FCD4 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 212 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.01 |
| HSL | 159.13º | 0.95% | 0.76% | - |
| HSV(B) | 159.13º | 0.46% | 0.99% | - |
| XYZ | 57.01 | 79.69 | 74.66 | - |
| YUV | 213.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 212 | 0.46 | 0 | 0.16 | 0.01 | 159.13 | 0.95 | 0.76 |
| Hex | 89 | FC | D4 | 2E | 0 | 10 | 1 | 9F | 5F | 4C |
| Octal | 211 | 374 | 324 | 56 | 0 | 20 | 1 | 237 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11010100 | 101110 | 0 | 10000 | 1 | 10011111 | 1011111 | 1001100 |
Color Harmonies of #89FCD4
Complementary color
Monochromatic Colors of #89FCD4
Black with #89FCD4
Text Example
Text Example
White with #89FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCD4; }
p { color: rgb(137,252,212); }
H1.HeaderClassName
{
color: #89FCD4;
}
.AnyTagClassName
{
color: #89FCD4;
}
</style>
background-color css
<style>
a { background-color: #89FCD4; }
a { background-color: rgb(137,252,212); }
div.DivClassName
{
background-color: #89FCD4;
}
.BgClassName
{
background-color: #89FCD4;
}
</style>
border-color css
<style>
span { border-color: #89FCD4; }
span { border-color: rgb(137,252,212); }
td.TdClassName
{
border-color: #89FCD4;
}
.TagClassName
{
border-color: #89FCD4;
}
</style>