Shades of Aquamarine #89FDDC
Tints of Aquamarine #89FDDC
RGB
CMYK
RGB Variations
Color information
#89FDDC (or 0x89FDDC) is known color: Aquamarine. HEX triplet: 89, FD and DC. RGB value is (137,253,220). Sum of RGB (Red+Green+Blue) = 137+253+220=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #89FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FDDC is #760223. Grayscale: #D6D6D6. Windows color (decimal): -7733796 or 14482825. OLE color: 14482825.
HSL color Cylindrical-coordinate representation of color #89FDDC: hue angle of 162.93º degrees, saturation: 0.97, 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 #89FDDC is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 253 | 220 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.01 |
| HSL | 162.93º | 0.97% | 0.76% | - |
| HSV(B) | 162.93º | 0.46% | 0.99% | - |
| XYZ | 58.36 | 80.74 | 80.22 | - |
| YUV | 214.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 253 | 220 | 0.46 | 0 | 0.13 | 0.01 | 162.93 | 0.97 | 0.76 |
| Hex | 89 | FD | DC | 2E | 0 | D | 1 | A3 | 61 | 4C |
| Octal | 211 | 375 | 334 | 56 | 0 | 15 | 1 | 243 | 141 | 114 |
| Binary | 10001001 | 11111101 | 11011100 | 101110 | 0 | 1101 | 1 | 10100011 | 1100001 | 1001100 |
Color Harmonies of #89FDDC
Complementary color
Monochromatic Colors of #89FDDC
Black with #89FDDC
Text Example
Text Example
White with #89FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FDDC; }
p { color: rgb(137,253,220); }
H1.HeaderClassName
{
color: #89FDDC;
}
.AnyTagClassName
{
color: #89FDDC;
}
</style>
background-color css
<style>
a { background-color: #89FDDC; }
a { background-color: rgb(137,253,220); }
div.DivClassName
{
background-color: #89FDDC;
}
.BgClassName
{
background-color: #89FDDC;
}
</style>
border-color css
<style>
span { border-color: #89FDDC; }
span { border-color: rgb(137,253,220); }
td.TdClassName
{
border-color: #89FDDC;
}
.TagClassName
{
border-color: #89FDDC;
}
</style>