Shades of Aquamarine #89FDBB
Tints of Aquamarine #89FDBB
RGB
CMYK
RGB Variations
Color information
#89FDBB (or 0x89FDBB) is known color: Aquamarine. HEX triplet: 89, FD and BB. RGB value is (137,253,187). Sum of RGB (Red+Green+Blue) = 137+253+187=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #89FDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FDBB is #760244. Grayscale: #D2D2D2. Windows color (decimal): -7733829 or 12320137. OLE color: 12320137.
HSL color Cylindrical-coordinate representation of color #89FDBB: hue angle of 145.86º degrees, saturation: 0.97, 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 #89FDBB is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 137 | 253 | 187 | - |
CMYK | 0.46 | 0 | 0.26 | 0.01 |
HSL | 145.86º | 0.97% | 0.76% | - |
HSV(B) | 145.86º | 0.46% | 0.99% | - |
XYZ | 54.41 | 79.16 | 59.42 | - |
YUV | 210.79 | 114.57 | 75.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 253 | 187 | 0.46 | 0 | 0.26 | 0.01 | 145.86 | 0.97 | 0.76 |
Hex | 89 | FD | BB | 2E | 0 | 1A | 1 | 92 | 61 | 4C |
Octal | 211 | 375 | 273 | 56 | 0 | 32 | 1 | 222 | 141 | 114 |
Binary | 10001001 | 11111101 | 10111011 | 101110 | 0 | 11010 | 1 | 10010010 | 1100001 | 1001100 |
Color Harmonies of #89FDBB
Complementary color
Monochromatic Colors of #89FDBB
Black with #89FDBB
Text Example
Text Example
White with #89FDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FDBB; }
p { color: rgb(137,253,187); }
H1.HeaderClassName
{
color: #89FDBB;
}
.AnyTagClassName
{
color: #89FDBB;
}
</style>
background-color css
<style>
a { background-color: #89FDBB; }
a { background-color: rgb(137,253,187); }
div.DivClassName
{
background-color: #89FDBB;
}
.BgClassName
{
background-color: #89FDBB;
}
</style>
border-color css
<style>
span { border-color: #89FDBB; }
span { border-color: rgb(137,253,187); }
td.TdClassName
{
border-color: #89FDBB;
}
.TagClassName
{
border-color: #89FDBB;
}
</style>