Shades of Aquamarine #89FCDD
Tints of Aquamarine #89FCDD
RGB
CMYK
RGB Variations
Color information
#89FCDD (or 0x89FCDD) is known color: Aquamarine. HEX triplet: 89, FC and DD. RGB value is (137,252,221). Sum of RGB (Red+Green+Blue) = 137+252+221=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCDD is #760322. Grayscale: #D6D6D6. Windows color (decimal): -7734051 or 14548105. OLE color: 14548105.
HSL color Cylindrical-coordinate representation of color #89FCDD: hue angle of 163.83º 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 #89FCDD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 221 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.01 |
| HSL | 163.83º | 0.95% | 0.76% | - |
| HSV(B) | 163.83º | 0.46% | 0.99% | - |
| XYZ | 58.18 | 80.16 | 80.81 | - |
| YUV | 214.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 221 | 0.46 | 0 | 0.12 | 0.01 | 163.83 | 0.95 | 0.76 |
| Hex | 89 | FC | DD | 2E | 0 | C | 1 | A4 | 5F | 4C |
| Octal | 211 | 374 | 335 | 56 | 0 | 14 | 1 | 244 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11011101 | 101110 | 0 | 1100 | 1 | 10100100 | 1011111 | 1001100 |
Color Harmonies of #89FCDD
Complementary color
Monochromatic Colors of #89FCDD
Black with #89FCDD
Text Example
Text Example
White with #89FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCDD; }
p { color: rgb(137,252,221); }
H1.HeaderClassName
{
color: #89FCDD;
}
.AnyTagClassName
{
color: #89FCDD;
}
</style>
background-color css
<style>
a { background-color: #89FCDD; }
a { background-color: rgb(137,252,221); }
div.DivClassName
{
background-color: #89FCDD;
}
.BgClassName
{
background-color: #89FCDD;
}
</style>
border-color css
<style>
span { border-color: #89FCDD; }
span { border-color: rgb(137,252,221); }
td.TdClassName
{
border-color: #89FCDD;
}
.TagClassName
{
border-color: #89FCDD;
}
</style>