Shades of Aquamarine #59FABB
Tints of Aquamarine #59FABB
RGB
CMYK
RGB Variations
Color information
#59FABB (or 0x59FABB) is known color: Aquamarine. HEX triplet: 59, FA and BB. RGB value is (89,250,187). Sum of RGB (Red+Green+Blue) = 89+250+187=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #59FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FABB is #A60544. Grayscale: #C2C2C2. Windows color (decimal): -10880325 or 12319321. OLE color: 12319321.
HSL color Cylindrical-coordinate representation of color #59FABB: hue angle of 156.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59FABB is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 187 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.02 |
| HSL | 156.52º | 0.94% | 0.66% | - |
| HSV(B) | 156.52º | 0.64% | 0.98% | - |
| XYZ | 47.28 | 74.08 | 58.82 | - |
| YUV | 194.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 187 | 0.64 | 0 | 0.25 | 0.02 | 156.52 | 0.94 | 0.66 |
| Hex | 59 | FA | BB | 40 | 0 | 19 | 2 | 9D | 5E | 42 |
| Octal | 131 | 372 | 273 | 100 | 0 | 31 | 2 | 235 | 136 | 102 |
| Binary | 1011001 | 11111010 | 10111011 | 1000000 | 0 | 11001 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #59FABB
Complementary color
Monochromatic Colors of #59FABB
Black with #59FABB
Text Example
Text Example
White with #59FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FABB; }
p { color: rgb(89,250,187); }
H1.HeaderClassName
{
color: #59FABB;
}
.AnyTagClassName
{
color: #59FABB;
}
</style>
background-color css
<style>
a { background-color: #59FABB; }
a { background-color: rgb(89,250,187); }
div.DivClassName
{
background-color: #59FABB;
}
.BgClassName
{
background-color: #59FABB;
}
</style>
border-color css
<style>
span { border-color: #59FABB; }
span { border-color: rgb(89,250,187); }
td.TdClassName
{
border-color: #59FABB;
}
.TagClassName
{
border-color: #59FABB;
}
</style>