Shades of Aquamarine #89FDBD
Tints of Aquamarine #89FDBD
RGB
CMYK
RGB Variations
Color information
#89FDBD (or 0x89FDBD) is known color: Aquamarine. HEX triplet: 89, FD and BD. RGB value is (137,253,189). Sum of RGB (Red+Green+Blue) = 137+253+189=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #89FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FDBD is #760242. Grayscale: #D3D3D3. Windows color (decimal): -7733827 or 12451209. OLE color: 12451209.
HSL color Cylindrical-coordinate representation of color #89FDBD: hue angle of 146.9º 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 #89FDBD is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 253 | 189 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.01 |
| HSL | 146.9º | 0.97% | 0.76% | - |
| HSV(B) | 146.9º | 0.46% | 0.99% | - |
| XYZ | 54.63 | 79.24 | 60.56 | - |
| YUV | 211.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 253 | 189 | 0.46 | 0 | 0.25 | 0.01 | 146.9 | 0.97 | 0.76 |
| Hex | 89 | FD | BD | 2E | 0 | 19 | 1 | 93 | 61 | 4C |
| Octal | 211 | 375 | 275 | 56 | 0 | 31 | 1 | 223 | 141 | 114 |
| Binary | 10001001 | 11111101 | 10111101 | 101110 | 0 | 11001 | 1 | 10010011 | 1100001 | 1001100 |
Color Harmonies of #89FDBD
Complementary color
Monochromatic Colors of #89FDBD
Black with #89FDBD
Text Example
Text Example
White with #89FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FDBD; }
p { color: rgb(137,253,189); }
H1.HeaderClassName
{
color: #89FDBD;
}
.AnyTagClassName
{
color: #89FDBD;
}
</style>
background-color css
<style>
a { background-color: #89FDBD; }
a { background-color: rgb(137,253,189); }
div.DivClassName
{
background-color: #89FDBD;
}
.BgClassName
{
background-color: #89FDBD;
}
</style>
border-color css
<style>
span { border-color: #89FDBD; }
span { border-color: rgb(137,253,189); }
td.TdClassName
{
border-color: #89FDBD;
}
.TagClassName
{
border-color: #89FDBD;
}
</style>