Shades of Aquamarine #89FFCD
Tints of Aquamarine #89FFCD
RGB
CMYK
RGB Variations
Color information
#89FFCD (or 0x89FFCD) is known color: Aquamarine. HEX triplet: 89, FF and CD. RGB value is (137,255,205). Sum of RGB (Red+Green+Blue) = 137+255+205=597 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.95% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFCD is #760032. Grayscale: #D6D6D6. Windows color (decimal): -7733299 or 13500297. OLE color: 13500297.
HSL color Cylindrical-coordinate representation of color #89FFCD: hue angle of 154.58º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFCD is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 205 | - |
| CMYK | 0.46 | 0 | 0.20 | 0 |
| HSL | 154.58º | 1% | 0.77% | - |
| HSV(B) | 154.58º | 0.46% | 1% | - |
| XYZ | 57.1 | 81.25 | 70.43 | - |
| YUV | 214.02 | 122.91 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 205 | 0.46 | 0 | 0.20 | 0 | 154.58 | 1 | 0.77 |
| Hex | 89 | FF | CD | 2E | 0 | 14 | 0 | 9B | 64 | 4D |
| Octal | 211 | 377 | 315 | 56 | 0 | 24 | 0 | 233 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11001101 | 101110 | 0 | 10100 | 0 | 10011011 | 1100100 | 1001101 |
Color Harmonies of #89FFCD
Complementary color
Monochromatic Colors of #89FFCD
Black with #89FFCD
Text Example
Text Example
White with #89FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFCD; }
p { color: rgb(137,255,205); }
H1.HeaderClassName
{
color: #89FFCD;
}
.AnyTagClassName
{
color: #89FFCD;
}
</style>
background-color css
<style>
a { background-color: #89FFCD; }
a { background-color: rgb(137,255,205); }
div.DivClassName
{
background-color: #89FFCD;
}
.BgClassName
{
background-color: #89FFCD;
}
</style>
border-color css
<style>
span { border-color: #89FFCD; }
span { border-color: rgb(137,255,205); }
td.TdClassName
{
border-color: #89FFCD;
}
.TagClassName
{
border-color: #89FFCD;
}
</style>