Shades of Aquamarine #89FBC5
Tints of Aquamarine #89FBC5
RGB
CMYK
RGB Variations
Color information
#89FBC5 (or 0x89FBC5) is known color: Aquamarine. HEX triplet: 89, FB and C5. RGB value is (137,251,197). Sum of RGB (Red+Green+Blue) = 137+251+197=585 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.42% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FBC5 is #76043A. Grayscale: #D2D2D2. Windows color (decimal): -7734331 or 12974985. OLE color: 12974985.
HSL color Cylindrical-coordinate representation of color #89FBC5: hue angle of 151.58º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FBC5 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 251 | 197 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.02 |
| HSL | 151.58º | 0.93% | 0.76% | - |
| HSV(B) | 151.58º | 0.45% | 0.98% | - |
| XYZ | 54.89 | 78.34 | 65.05 | - |
| YUV | 210.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 251 | 197 | 0.45 | 0 | 0.22 | 0.02 | 151.58 | 0.93 | 0.76 |
| Hex | 89 | FB | C5 | 2D | 0 | 16 | 2 | 98 | 5D | 4C |
| Octal | 211 | 373 | 305 | 55 | 0 | 26 | 2 | 230 | 135 | 114 |
| Binary | 10001001 | 11111011 | 11000101 | 101101 | 0 | 10110 | 10 | 10011000 | 1011101 | 1001100 |
Color Harmonies of #89FBC5
Complementary color
Monochromatic Colors of #89FBC5
Black with #89FBC5
Text Example
Text Example
White with #89FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FBC5; }
p { color: rgb(137,251,197); }
H1.HeaderClassName
{
color: #89FBC5;
}
.AnyTagClassName
{
color: #89FBC5;
}
</style>
background-color css
<style>
a { background-color: #89FBC5; }
a { background-color: rgb(137,251,197); }
div.DivClassName
{
background-color: #89FBC5;
}
.BgClassName
{
background-color: #89FBC5;
}
</style>
border-color css
<style>
span { border-color: #89FBC5; }
span { border-color: rgb(137,251,197); }
td.TdClassName
{
border-color: #89FBC5;
}
.TagClassName
{
border-color: #89FBC5;
}
</style>