Shades of Aquamarine #89FCCD
Tints of Aquamarine #89FCCD
RGB
CMYK
RGB Variations
Color information
#89FCCD (or 0x89FCCD) is known color: Aquamarine. HEX triplet: 89, FC and CD. RGB value is (137,252,205). Sum of RGB (Red+Green+Blue) = 137+252+205=594 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.06% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCCD is #760332. Grayscale: #D4D4D4. Windows color (decimal): -7734067 or 13499529. OLE color: 13499529.
HSL color Cylindrical-coordinate representation of color #89FCCD: hue angle of 155.48º 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 #89FCCD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 205 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.01 |
| HSL | 155.48º | 0.95% | 0.76% | - |
| HSV(B) | 155.48º | 0.46% | 0.99% | - |
| XYZ | 56.15 | 79.35 | 70.11 | - |
| YUV | 212.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 205 | 0.46 | 0 | 0.19 | 0.01 | 155.48 | 0.95 | 0.76 |
| Hex | 89 | FC | CD | 2E | 0 | 13 | 1 | 9B | 5F | 4C |
| Octal | 211 | 374 | 315 | 56 | 0 | 23 | 1 | 233 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11001101 | 101110 | 0 | 10011 | 1 | 10011011 | 1011111 | 1001100 |
Color Harmonies of #89FCCD
Complementary color
Monochromatic Colors of #89FCCD
Black with #89FCCD
Text Example
Text Example
White with #89FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCCD; }
p { color: rgb(137,252,205); }
H1.HeaderClassName
{
color: #89FCCD;
}
.AnyTagClassName
{
color: #89FCCD;
}
</style>
background-color css
<style>
a { background-color: #89FCCD; }
a { background-color: rgb(137,252,205); }
div.DivClassName
{
background-color: #89FCCD;
}
.BgClassName
{
background-color: #89FCCD;
}
</style>
border-color css
<style>
span { border-color: #89FCCD; }
span { border-color: rgb(137,252,205); }
td.TdClassName
{
border-color: #89FCCD;
}
.TagClassName
{
border-color: #89FCCD;
}
</style>