Shades of Medium Aquamarine #59FAAA
Tints of Medium Aquamarine #59FAAA
RGB
CMYK
RGB Variations
Color information
#59FAAA (or 0x59FAAA) is known color: Medium Aquamarine. HEX triplet: 59, FA and AA. RGB value is (89,250,170). Sum of RGB (Red+Green+Blue) = 89+250+170=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #59FAAA is #A60555. Grayscale: #C0C0C0. Windows color (decimal): -10880342 or 11205209. OLE color: 11205209.
HSL color Cylindrical-coordinate representation of color #59FAAA: hue angle of 150.19º 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 #59FAAA is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 170 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.02 |
| HSL | 150.19º | 0.94% | 0.66% | - |
| HSV(B) | 150.19º | 0.64% | 0.98% | - |
| XYZ | 45.56 | 73.4 | 49.8 | - |
| YUV | 192.74 | 115.16 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 170 | 0.64 | 0 | 0.32 | 0.02 | 150.19 | 0.94 | 0.66 |
| Hex | 59 | FA | AA | 40 | 0 | 20 | 2 | 96 | 5E | 42 |
| Octal | 131 | 372 | 252 | 100 | 0 | 40 | 2 | 226 | 136 | 102 |
| Binary | 1011001 | 11111010 | 10101010 | 1000000 | 0 | 100000 | 10 | 10010110 | 1011110 | 1000010 |
Color Harmonies of #59FAAA
Complementary color
Monochromatic Colors of #59FAAA
Black with #59FAAA
Text Example
Text Example
White with #59FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FAAA; }
p { color: rgb(89,250,170); }
H1.HeaderClassName
{
color: #59FAAA;
}
.AnyTagClassName
{
color: #59FAAA;
}
</style>
background-color css
<style>
a { background-color: #59FAAA; }
a { background-color: rgb(89,250,170); }
div.DivClassName
{
background-color: #59FAAA;
}
.BgClassName
{
background-color: #59FAAA;
}
</style>
border-color css
<style>
span { border-color: #59FAAA; }
span { border-color: rgb(89,250,170); }
td.TdClassName
{
border-color: #59FAAA;
}
.TagClassName
{
border-color: #59FAAA;
}
</style>