Shades of Medium Aquamarine #59EBA5
Tints of Medium Aquamarine #59EBA5
RGB
CMYK
RGB Variations
Color information
#59EBA5 (or 0x59EBA5) is known color: Medium Aquamarine. HEX triplet: 59, EB and A5. RGB value is (89,235,165). Sum of RGB (Red+Green+Blue) = 89+235+165=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #59EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #59EBA5 is #A6145A. Grayscale: #B7B7B7. Windows color (decimal): -10884187 or 10873689. OLE color: 10873689.
HSL color Cylindrical-coordinate representation of color #59EBA5: hue angle of 151.23º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EBA5 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 235 | 165 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.08 |
| HSL | 151.23º | 0.78% | 0.64% | - |
| HSV(B) | 151.23º | 0.62% | 0.92% | - |
| XYZ | 40.62 | 64.26 | 45.86 | - |
| YUV | 183.37 | 117.63 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 235 | 165 | 0.62 | 0 | 0.30 | 0.08 | 151.23 | 0.78 | 0.64 |
| Hex | 59 | EB | A5 | 3E | 0 | 1E | 8 | 97 | 4E | 40 |
| Octal | 131 | 353 | 245 | 76 | 0 | 36 | 10 | 227 | 116 | 100 |
| Binary | 1011001 | 11101011 | 10100101 | 111110 | 0 | 11110 | 1000 | 10010111 | 1001110 | 1000000 |
Color Harmonies of #59EBA5
Complementary color
Monochromatic Colors of #59EBA5
Black with #59EBA5
Text Example
Text Example
White with #59EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EBA5; }
p { color: rgb(89,235,165); }
H1.HeaderClassName
{
color: #59EBA5;
}
.AnyTagClassName
{
color: #59EBA5;
}
</style>
background-color css
<style>
a { background-color: #59EBA5; }
a { background-color: rgb(89,235,165); }
div.DivClassName
{
background-color: #59EBA5;
}
.BgClassName
{
background-color: #59EBA5;
}
</style>
border-color css
<style>
span { border-color: #59EBA5; }
span { border-color: rgb(89,235,165); }
td.TdClassName
{
border-color: #59EBA5;
}
.TagClassName
{
border-color: #59EBA5;
}
</style>