Shades of Aquamarine #59FAC5
Tints of Aquamarine #59FAC5
RGB
CMYK
RGB Variations
Color information
#59FAC5 (or 0x59FAC5) is known color: Aquamarine. HEX triplet: 59, FA and C5. RGB value is (89,250,197). Sum of RGB (Red+Green+Blue) = 89+250+197=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FAC5 is #A6053A. Grayscale: #C3C3C3. Windows color (decimal): -10880315 or 12974681. OLE color: 12974681.
HSL color Cylindrical-coordinate representation of color #59FAC5: hue angle of 160.25º 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 #59FAC5 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 197 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.02 |
| HSL | 160.25º | 0.94% | 0.66% | - |
| HSV(B) | 160.25º | 0.64% | 0.98% | - |
| XYZ | 48.38 | 74.53 | 64.66 | - |
| YUV | 195.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 197 | 0.64 | 0 | 0.21 | 0.02 | 160.25 | 0.94 | 0.66 |
| Hex | 59 | FA | C5 | 40 | 0 | 15 | 2 | A0 | 5E | 42 |
| Octal | 131 | 372 | 305 | 100 | 0 | 25 | 2 | 240 | 136 | 102 |
| Binary | 1011001 | 11111010 | 11000101 | 1000000 | 0 | 10101 | 10 | 10100000 | 1011110 | 1000010 |
Color Harmonies of #59FAC5
Complementary color
Monochromatic Colors of #59FAC5
Black with #59FAC5
Text Example
Text Example
White with #59FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FAC5; }
p { color: rgb(89,250,197); }
H1.HeaderClassName
{
color: #59FAC5;
}
.AnyTagClassName
{
color: #59FAC5;
}
</style>
background-color css
<style>
a { background-color: #59FAC5; }
a { background-color: rgb(89,250,197); }
div.DivClassName
{
background-color: #59FAC5;
}
.BgClassName
{
background-color: #59FAC5;
}
</style>
border-color css
<style>
span { border-color: #59FAC5; }
span { border-color: rgb(89,250,197); }
td.TdClassName
{
border-color: #59FAC5;
}
.TagClassName
{
border-color: #59FAC5;
}
</style>