Shades of Aquamarine #59FABC
Tints of Aquamarine #59FABC
RGB
CMYK
RGB Variations
Color information
#59FABC (or 0x59FABC) is known color: Aquamarine. HEX triplet: 59, FA and BC. RGB value is (89,250,188). Sum of RGB (Red+Green+Blue) = 89+250+188=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #59FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FABC is #A60543. Grayscale: #C2C2C2. Windows color (decimal): -10880324 or 12384857. OLE color: 12384857.
HSL color Cylindrical-coordinate representation of color #59FABC: hue angle of 156.89º 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 #59FABC is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 188 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.02 |
| HSL | 156.89º | 0.94% | 0.66% | - |
| HSV(B) | 156.89º | 0.64% | 0.98% | - |
| XYZ | 47.38 | 74.13 | 59.39 | - |
| YUV | 194.79 | 124.16 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 188 | 0.64 | 0 | 0.25 | 0.02 | 156.89 | 0.94 | 0.66 |
| Hex | 59 | FA | BC | 40 | 0 | 19 | 2 | 9D | 5E | 42 |
| Octal | 131 | 372 | 274 | 100 | 0 | 31 | 2 | 235 | 136 | 102 |
| Binary | 1011001 | 11111010 | 10111100 | 1000000 | 0 | 11001 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #59FABC
Complementary color
Monochromatic Colors of #59FABC
Black with #59FABC
Text Example
Text Example
White with #59FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FABC; }
p { color: rgb(89,250,188); }
H1.HeaderClassName
{
color: #59FABC;
}
.AnyTagClassName
{
color: #59FABC;
}
</style>
background-color css
<style>
a { background-color: #59FABC; }
a { background-color: rgb(89,250,188); }
div.DivClassName
{
background-color: #59FABC;
}
.BgClassName
{
background-color: #59FABC;
}
</style>
border-color css
<style>
span { border-color: #59FABC; }
span { border-color: rgb(89,250,188); }
td.TdClassName
{
border-color: #59FABC;
}
.TagClassName
{
border-color: #59FABC;
}
</style>