Shades of Aquamarine #89FBDC
Tints of Aquamarine #89FBDC
RGB
CMYK
RGB Variations
Color information
#89FBDC (or 0x89FBDC) is known color: Aquamarine. HEX triplet: 89, FB and DC. RGB value is (137,251,220). Sum of RGB (Red+Green+Blue) = 137+251+220=608 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.53% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FBDC is #760423. Grayscale: #D5D5D5. Windows color (decimal): -7734308 or 14482313. OLE color: 14482313.
HSL color Cylindrical-coordinate representation of color #89FBDC: hue angle of 163.68º 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 #89FBDC is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 251 | 220 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.02 |
| HSL | 163.68º | 0.93% | 0.76% | - |
| HSV(B) | 163.68º | 0.45% | 0.98% | - |
| XYZ | 57.73 | 79.48 | 80.01 | - |
| YUV | 213.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 251 | 220 | 0.45 | 0 | 0.12 | 0.02 | 163.68 | 0.93 | 0.76 |
| Hex | 89 | FB | DC | 2D | 0 | C | 2 | A4 | 5D | 4C |
| Octal | 211 | 373 | 334 | 55 | 0 | 14 | 2 | 244 | 135 | 114 |
| Binary | 10001001 | 11111011 | 11011100 | 101101 | 0 | 1100 | 10 | 10100100 | 1011101 | 1001100 |
Color Harmonies of #89FBDC
Complementary color
Monochromatic Colors of #89FBDC
Black with #89FBDC
Text Example
Text Example
White with #89FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FBDC; }
p { color: rgb(137,251,220); }
H1.HeaderClassName
{
color: #89FBDC;
}
.AnyTagClassName
{
color: #89FBDC;
}
</style>
background-color css
<style>
a { background-color: #89FBDC; }
a { background-color: rgb(137,251,220); }
div.DivClassName
{
background-color: #89FBDC;
}
.BgClassName
{
background-color: #89FBDC;
}
</style>
border-color css
<style>
span { border-color: #89FBDC; }
span { border-color: rgb(137,251,220); }
td.TdClassName
{
border-color: #89FBDC;
}
.TagClassName
{
border-color: #89FBDC;
}
</style>