Shades of Aquamarine #89F0C5
Tints of Aquamarine #89F0C5
RGB
CMYK
RGB Variations
Color information
#89F0C5 (or 0x89F0C5) is known color: Aquamarine. HEX triplet: 89, F0 and C5. RGB value is (137,240,197). Sum of RGB (Red+Green+Blue) = 137+240+197=574 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.87% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0C5 is #760F3A. Grayscale: #CCCCCC. Windows color (decimal): -7737147 or 12972169. OLE color: 12972169.
HSL color Cylindrical-coordinate representation of color #89F0C5: hue angle of 154.95º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F0C5 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 240 | 197 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.06 |
| HSL | 154.95º | 0.77% | 0.74% | - |
| HSV(B) | 154.95º | 0.43% | 0.94% | - |
| XYZ | 51.55 | 71.67 | 63.94 | - |
| YUV | 204.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 240 | 197 | 0.43 | 0 | 0.18 | 0.06 | 154.95 | 0.77 | 0.74 |
| Hex | 89 | F0 | C5 | 2B | 0 | 12 | 6 | 9B | 4D | 4A |
| Octal | 211 | 360 | 305 | 53 | 0 | 22 | 6 | 233 | 115 | 112 |
| Binary | 10001001 | 11110000 | 11000101 | 101011 | 0 | 10010 | 110 | 10011011 | 1001101 | 1001010 |
Color Harmonies of #89F0C5
Complementary color
Monochromatic Colors of #89F0C5
Black with #89F0C5
Text Example
Text Example
White with #89F0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F0C5; }
p { color: rgb(137,240,197); }
H1.HeaderClassName
{
color: #89F0C5;
}
.AnyTagClassName
{
color: #89F0C5;
}
</style>
background-color css
<style>
a { background-color: #89F0C5; }
a { background-color: rgb(137,240,197); }
div.DivClassName
{
background-color: #89F0C5;
}
.BgClassName
{
background-color: #89F0C5;
}
</style>
border-color css
<style>
span { border-color: #89F0C5; }
span { border-color: rgb(137,240,197); }
td.TdClassName
{
border-color: #89F0C5;
}
.TagClassName
{
border-color: #89F0C5;
}
</style>