Shades of Aquamarine #89FCDA
Tints of Aquamarine #89FCDA
RGB
CMYK
RGB Variations
Color information
#89FCDA (or 0x89FCDA) is known color: Aquamarine. HEX triplet: 89, FC and DA. RGB value is (137,252,218). Sum of RGB (Red+Green+Blue) = 137+252+218=607 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.57% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCDA is #760325. Grayscale: #D5D5D5. Windows color (decimal): -7734054 or 14351497. OLE color: 14351497.
HSL color Cylindrical-coordinate representation of color #89FCDA: hue angle of 162.26º 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 #89FCDA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 218 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.01 |
| HSL | 162.26º | 0.95% | 0.76% | - |
| HSV(B) | 162.26º | 0.46% | 0.99% | - |
| XYZ | 57.78 | 80 | 78.73 | - |
| YUV | 213.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 218 | 0.46 | 0 | 0.13 | 0.01 | 162.26 | 0.95 | 0.76 |
| Hex | 89 | FC | DA | 2E | 0 | D | 1 | A2 | 5F | 4C |
| Octal | 211 | 374 | 332 | 56 | 0 | 15 | 1 | 242 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11011010 | 101110 | 0 | 1101 | 1 | 10100010 | 1011111 | 1001100 |
Color Harmonies of #89FCDA
Complementary color
Monochromatic Colors of #89FCDA
Black with #89FCDA
Text Example
Text Example
White with #89FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCDA; }
p { color: rgb(137,252,218); }
H1.HeaderClassName
{
color: #89FCDA;
}
.AnyTagClassName
{
color: #89FCDA;
}
</style>
background-color css
<style>
a { background-color: #89FCDA; }
a { background-color: rgb(137,252,218); }
div.DivClassName
{
background-color: #89FCDA;
}
.BgClassName
{
background-color: #89FCDA;
}
</style>
border-color css
<style>
span { border-color: #89FCDA; }
span { border-color: rgb(137,252,218); }
td.TdClassName
{
border-color: #89FCDA;
}
.TagClassName
{
border-color: #89FCDA;
}
</style>