Shades of Medium Aquamarine #59F696
Tints of Medium Aquamarine #59F696
RGB
CMYK
RGB Variations
Color information
#59F696 (or 0x59F696) is known color: Medium Aquamarine. HEX triplet: 59, F6 and 96. RGB value is (89,246,150). Sum of RGB (Red+Green+Blue) = 89+246+150=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #59F696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #59F696 is #A60969. Grayscale: #BCBCBC. Windows color (decimal): -10881386 or 9893465. OLE color: 9893465.
HSL color Cylindrical-coordinate representation of color #59F696: hue angle of 143.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F696 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 246 | 150 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.04 |
| HSL | 143.31º | 0.9% | 0.66% | - |
| HSV(B) | 143.31º | 0.64% | 0.96% | - |
| XYZ | 42.58 | 70.24 | 40.17 | - |
| YUV | 188.11 | 106.49 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 246 | 150 | 0.64 | 0 | 0.39 | 0.04 | 143.31 | 0.9 | 0.66 |
| Hex | 59 | F6 | 96 | 40 | 0 | 27 | 4 | 8F | 5A | 42 |
| Octal | 131 | 366 | 226 | 100 | 0 | 47 | 4 | 217 | 132 | 102 |
| Binary | 1011001 | 11110110 | 10010110 | 1000000 | 0 | 100111 | 100 | 10001111 | 1011010 | 1000010 |
Color Harmonies of #59F696
Complementary color
Monochromatic Colors of #59F696
Black with #59F696
Text Example
Text Example
White with #59F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F696; }
p { color: rgb(89,246,150); }
H1.HeaderClassName
{
color: #59F696;
}
.AnyTagClassName
{
color: #59F696;
}
</style>
background-color css
<style>
a { background-color: #59F696; }
a { background-color: rgb(89,246,150); }
div.DivClassName
{
background-color: #59F696;
}
.BgClassName
{
background-color: #59F696;
}
</style>
border-color css
<style>
span { border-color: #59F696; }
span { border-color: rgb(89,246,150); }
td.TdClassName
{
border-color: #59F696;
}
.TagClassName
{
border-color: #59F696;
}
</style>