Shades of Aquamarine #59FEB9
Tints of Aquamarine #59FEB9
RGB
CMYK
RGB Variations
Color information
#59FEB9 (or 0x59FEB9) is known color: Aquamarine. HEX triplet: 59, FE and B9. RGB value is (89,254,185). Sum of RGB (Red+Green+Blue) = 89+254+185=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FEB9 is #A60146. Grayscale: #C4C4C4. Windows color (decimal): -10879303 or 12189273. OLE color: 12189273.
HSL color Cylindrical-coordinate representation of color #59FEB9: hue angle of 154.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FEB9 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 254 | 185 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.00 |
| HSL | 154.91º | 0.99% | 0.67% | - |
| HSV(B) | 154.91º | 0.65% | 1% | - |
| XYZ | 48.32 | 76.51 | 58.12 | - |
| YUV | 196.8 | 121.34 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 185 | 0.65 | 0 | 0.27 | 0.00 | 154.91 | 0.99 | 0.67 |
| Hex | 59 | FE | B9 | 41 | 0 | 1B | 0 | 9B | 63 | 43 |
| Octal | 131 | 376 | 271 | 101 | 0 | 33 | 0 | 233 | 143 | 103 |
| Binary | 1011001 | 11111110 | 10111001 | 1000001 | 0 | 11011 | 0 | 10011011 | 1100011 | 1000011 |
Color Harmonies of #59FEB9
Complementary color
Monochromatic Colors of #59FEB9
Black with #59FEB9
Text Example
Text Example
White with #59FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEB9; }
p { color: rgb(89,254,185); }
H1.HeaderClassName
{
color: #59FEB9;
}
.AnyTagClassName
{
color: #59FEB9;
}
</style>
background-color css
<style>
a { background-color: #59FEB9; }
a { background-color: rgb(89,254,185); }
div.DivClassName
{
background-color: #59FEB9;
}
.BgClassName
{
background-color: #59FEB9;
}
</style>
border-color css
<style>
span { border-color: #59FEB9; }
span { border-color: rgb(89,254,185); }
td.TdClassName
{
border-color: #59FEB9;
}
.TagClassName
{
border-color: #59FEB9;
}
</style>