Shades of Aquamarine #89FCBD
Tints of Aquamarine #89FCBD
RGB
CMYK
RGB Variations
Color information
#89FCBD (or 0x89FCBD) is known color: Aquamarine. HEX triplet: 89, FC and BD. RGB value is (137,252,189). Sum of RGB (Red+Green+Blue) = 137+252+189=578 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.70% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCBD is #760342. Grayscale: #D2D2D2. Windows color (decimal): -7734083 or 12450953. OLE color: 12450953.
HSL color Cylindrical-coordinate representation of color #89FCBD: hue angle of 147.13º 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 #89FCBD is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 189 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.01 |
| HSL | 147.13º | 0.95% | 0.76% | - |
| HSV(B) | 147.13º | 0.46% | 0.99% | - |
| XYZ | 54.31 | 78.61 | 60.46 | - |
| YUV | 210.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 189 | 0.46 | 0 | 0.25 | 0.01 | 147.13 | 0.95 | 0.76 |
| Hex | 89 | FC | BD | 2E | 0 | 19 | 1 | 93 | 5F | 4C |
| Octal | 211 | 374 | 275 | 56 | 0 | 31 | 1 | 223 | 137 | 114 |
| Binary | 10001001 | 11111100 | 10111101 | 101110 | 0 | 11001 | 1 | 10010011 | 1011111 | 1001100 |
Color Harmonies of #89FCBD
Complementary color
Monochromatic Colors of #89FCBD
Black with #89FCBD
Text Example
Text Example
White with #89FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCBD; }
p { color: rgb(137,252,189); }
H1.HeaderClassName
{
color: #89FCBD;
}
.AnyTagClassName
{
color: #89FCBD;
}
</style>
background-color css
<style>
a { background-color: #89FCBD; }
a { background-color: rgb(137,252,189); }
div.DivClassName
{
background-color: #89FCBD;
}
.BgClassName
{
background-color: #89FCBD;
}
</style>
border-color css
<style>
span { border-color: #89FCBD; }
span { border-color: rgb(137,252,189); }
td.TdClassName
{
border-color: #89FCBD;
}
.TagClassName
{
border-color: #89FCBD;
}
</style>