Shades of Aquamarine #59FAB9
Tints of Aquamarine #59FAB9
RGB
CMYK
RGB Variations
Color information
#59FAB9 (or 0x59FAB9) is known color: Aquamarine. HEX triplet: 59, FA and B9. RGB value is (89,250,185). Sum of RGB (Red+Green+Blue) = 89+250+185=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FAB9 is #A60546. Grayscale: #C2C2C2. Windows color (decimal): -10880327 or 12188249. OLE color: 12188249.
HSL color Cylindrical-coordinate representation of color #59FAB9: hue angle of 155.78º 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 #59FAB9 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 185 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.02 |
| HSL | 155.78º | 0.94% | 0.66% | - |
| HSV(B) | 155.78º | 0.64% | 0.98% | - |
| XYZ | 47.06 | 74 | 57.7 | - |
| YUV | 194.45 | 122.66 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 185 | 0.64 | 0 | 0.26 | 0.02 | 155.78 | 0.94 | 0.66 |
| Hex | 59 | FA | B9 | 40 | 0 | 1A | 2 | 9C | 5E | 42 |
| Octal | 131 | 372 | 271 | 100 | 0 | 32 | 2 | 234 | 136 | 102 |
| Binary | 1011001 | 11111010 | 10111001 | 1000000 | 0 | 11010 | 10 | 10011100 | 1011110 | 1000010 |
Color Harmonies of #59FAB9
Complementary color
Monochromatic Colors of #59FAB9
Black with #59FAB9
Text Example
Text Example
White with #59FAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FAB9; }
p { color: rgb(89,250,185); }
H1.HeaderClassName
{
color: #59FAB9;
}
.AnyTagClassName
{
color: #59FAB9;
}
</style>
background-color css
<style>
a { background-color: #59FAB9; }
a { background-color: rgb(89,250,185); }
div.DivClassName
{
background-color: #59FAB9;
}
.BgClassName
{
background-color: #59FAB9;
}
</style>
border-color css
<style>
span { border-color: #59FAB9; }
span { border-color: rgb(89,250,185); }
td.TdClassName
{
border-color: #59FAB9;
}
.TagClassName
{
border-color: #59FAB9;
}
</style>