Shades of Medium Aquamarine #59FAA5
Tints of Medium Aquamarine #59FAA5
RGB
CMYK
RGB Variations
Color information
#59FAA5 (or 0x59FAA5) is known color: Medium Aquamarine. HEX triplet: 59, FA and A5. RGB value is (89,250,165). Sum of RGB (Red+Green+Blue) = 89+250+165=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #59FAA5 is #A6055A. Grayscale: #C0C0C0. Windows color (decimal): -10880347 or 10877529. OLE color: 10877529.
HSL color Cylindrical-coordinate representation of color #59FAA5: hue angle of 148.32º 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 #59FAA5 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 165 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.02 |
| HSL | 148.32º | 0.94% | 0.66% | - |
| HSV(B) | 148.32º | 0.64% | 0.98% | - |
| XYZ | 45.1 | 73.21 | 47.35 | - |
| YUV | 192.17 | 112.66 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 165 | 0.64 | 0 | 0.34 | 0.02 | 148.32 | 0.94 | 0.66 |
| Hex | 59 | FA | A5 | 40 | 0 | 22 | 2 | 94 | 5E | 42 |
| Octal | 131 | 372 | 245 | 100 | 0 | 42 | 2 | 224 | 136 | 102 |
| Binary | 1011001 | 11111010 | 10100101 | 1000000 | 0 | 100010 | 10 | 10010100 | 1011110 | 1000010 |
Color Harmonies of #59FAA5
Complementary color
Monochromatic Colors of #59FAA5
Black with #59FAA5
Text Example
Text Example
White with #59FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FAA5; }
p { color: rgb(89,250,165); }
H1.HeaderClassName
{
color: #59FAA5;
}
.AnyTagClassName
{
color: #59FAA5;
}
</style>
background-color css
<style>
a { background-color: #59FAA5; }
a { background-color: rgb(89,250,165); }
div.DivClassName
{
background-color: #59FAA5;
}
.BgClassName
{
background-color: #59FAA5;
}
</style>
border-color css
<style>
span { border-color: #59FAA5; }
span { border-color: rgb(89,250,165); }
td.TdClassName
{
border-color: #59FAA5;
}
.TagClassName
{
border-color: #59FAA5;
}
</style>