Shades of Aquamarine #59FFBA
Tints of Aquamarine #59FFBA
RGB
CMYK
RGB Variations
Color information
#59FFBA (or 0x59FFBA) is known color: Aquamarine. HEX triplet: 59, FF and BA. RGB value is (89,255,186). Sum of RGB (Red+Green+Blue) = 89+255+186=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFBA is #A60045. Grayscale: #C5C5C5. Windows color (decimal): -10879046 or 12255065. OLE color: 12255065.
HSL color Cylindrical-coordinate representation of color #59FFBA: hue angle of 155.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FFBA is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 186 | - |
| CMYK | 0.65 | 0 | 0.27 | 0 |
| HSL | 155.06º | 1% | 0.67% | - |
| HSV(B) | 155.06º | 0.65% | 1% | - |
| XYZ | 48.74 | 77.19 | 58.78 | - |
| YUV | 197.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 186 | 0.65 | 0 | 0.27 | 0 | 155.06 | 1 | 0.67 |
| Hex | 59 | FF | BA | 41 | 0 | 1B | 0 | 9B | 64 | 43 |
| Octal | 131 | 377 | 272 | 101 | 0 | 33 | 0 | 233 | 144 | 103 |
| Binary | 1011001 | 11111111 | 10111010 | 1000001 | 0 | 11011 | 0 | 10011011 | 1100100 | 1000011 |
Color Harmonies of #59FFBA
Complementary color
Monochromatic Colors of #59FFBA
Black with #59FFBA
Text Example
Text Example
White with #59FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFBA; }
p { color: rgb(89,255,186); }
H1.HeaderClassName
{
color: #59FFBA;
}
.AnyTagClassName
{
color: #59FFBA;
}
</style>
background-color css
<style>
a { background-color: #59FFBA; }
a { background-color: rgb(89,255,186); }
div.DivClassName
{
background-color: #59FFBA;
}
.BgClassName
{
background-color: #59FFBA;
}
</style>
border-color css
<style>
span { border-color: #59FFBA; }
span { border-color: rgb(89,255,186); }
td.TdClassName
{
border-color: #59FFBA;
}
.TagClassName
{
border-color: #59FFBA;
}
</style>