Shades of Aquamarine #89FACC
Tints of Aquamarine #89FACC
RGB
CMYK
RGB Variations
Color information
#89FACC (or 0x89FACC) is known color: Aquamarine. HEX triplet: 89, FA and CC. RGB value is (137,250,204). Sum of RGB (Red+Green+Blue) = 137+250+204=591 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.18% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #89FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FACC is #760533. Grayscale: #D3D3D3. Windows color (decimal): -7734580 or 13433481. OLE color: 13433481.
HSL color Cylindrical-coordinate representation of color #89FACC: hue angle of 155.58º degrees, saturation: 0.92, 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 #89FACC is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 204 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.02 |
| HSL | 155.58º | 0.92% | 0.76% | - |
| HSV(B) | 155.58º | 0.45% | 0.98% | - |
| XYZ | 55.4 | 78.05 | 69.27 | - |
| YUV | 210.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 204 | 0.45 | 0 | 0.18 | 0.02 | 155.58 | 0.92 | 0.76 |
| Hex | 89 | FA | CC | 2D | 0 | 12 | 2 | 9C | 5C | 4C |
| Octal | 211 | 372 | 314 | 55 | 0 | 22 | 2 | 234 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11001100 | 101101 | 0 | 10010 | 10 | 10011100 | 1011100 | 1001100 |
Color Harmonies of #89FACC
Complementary color
Monochromatic Colors of #89FACC
Black with #89FACC
Text Example
Text Example
White with #89FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FACC; }
p { color: rgb(137,250,204); }
H1.HeaderClassName
{
color: #89FACC;
}
.AnyTagClassName
{
color: #89FACC;
}
</style>
background-color css
<style>
a { background-color: #89FACC; }
a { background-color: rgb(137,250,204); }
div.DivClassName
{
background-color: #89FACC;
}
.BgClassName
{
background-color: #89FACC;
}
</style>
border-color css
<style>
span { border-color: #89FACC; }
span { border-color: rgb(137,250,204); }
td.TdClassName
{
border-color: #89FACC;
}
.TagClassName
{
border-color: #89FACC;
}
</style>