Shades of Aquamarine #89FCBC
Tints of Aquamarine #89FCBC
RGB
CMYK
RGB Variations
Color information
#89FCBC (or 0x89FCBC) is known color: Aquamarine. HEX triplet: 89, FC and BC. RGB value is (137,252,188). Sum of RGB (Red+Green+Blue) = 137+252+188=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCBC is #760343. Grayscale: #D2D2D2. Windows color (decimal): -7734084 or 12385417. OLE color: 12385417.
HSL color Cylindrical-coordinate representation of color #89FCBC: hue angle of 146.61º 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 #89FCBC is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 188 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.01 |
| HSL | 146.61º | 0.95% | 0.76% | - |
| HSV(B) | 146.61º | 0.46% | 0.99% | - |
| XYZ | 54.2 | 78.57 | 59.89 | - |
| YUV | 210.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 188 | 0.46 | 0 | 0.25 | 0.01 | 146.61 | 0.95 | 0.76 |
| Hex | 89 | FC | BC | 2E | 0 | 19 | 1 | 93 | 5F | 4C |
| Octal | 211 | 374 | 274 | 56 | 0 | 31 | 1 | 223 | 137 | 114 |
| Binary | 10001001 | 11111100 | 10111100 | 101110 | 0 | 11001 | 1 | 10010011 | 1011111 | 1001100 |
Color Harmonies of #89FCBC
Complementary color
Monochromatic Colors of #89FCBC
Black with #89FCBC
Text Example
Text Example
White with #89FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCBC; }
p { color: rgb(137,252,188); }
H1.HeaderClassName
{
color: #89FCBC;
}
.AnyTagClassName
{
color: #89FCBC;
}
</style>
background-color css
<style>
a { background-color: #89FCBC; }
a { background-color: rgb(137,252,188); }
div.DivClassName
{
background-color: #89FCBC;
}
.BgClassName
{
background-color: #89FCBC;
}
</style>
border-color css
<style>
span { border-color: #89FCBC; }
span { border-color: rgb(137,252,188); }
td.TdClassName
{
border-color: #89FCBC;
}
.TagClassName
{
border-color: #89FCBC;
}
</style>