Shades of Aquamarine #59FAC0
Tints of Aquamarine #59FAC0
RGB
CMYK
RGB Variations
Color information
#59FAC0 (or 0x59FAC0) is known color: Aquamarine. HEX triplet: 59, FA and C0. RGB value is (89,250,192). Sum of RGB (Red+Green+Blue) = 89+250+192=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FAC0 is #A6053F. Grayscale: #C3C3C3. Windows color (decimal): -10880320 or 12647001. OLE color: 12647001.
HSL color Cylindrical-coordinate representation of color #59FAC0: hue angle of 158.39º 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 #59FAC0 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 192 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.02 |
| HSL | 158.39º | 0.94% | 0.66% | - |
| HSV(B) | 158.39º | 0.64% | 0.98% | - |
| XYZ | 47.82 | 74.3 | 61.69 | - |
| YUV | 195.25 | 126.16 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 192 | 0.64 | 0 | 0.23 | 0.02 | 158.39 | 0.94 | 0.66 |
| Hex | 59 | FA | C0 | 40 | 0 | 17 | 2 | 9E | 5E | 42 |
| Octal | 131 | 372 | 300 | 100 | 0 | 27 | 2 | 236 | 136 | 102 |
| Binary | 1011001 | 11111010 | 11000000 | 1000000 | 0 | 10111 | 10 | 10011110 | 1011110 | 1000010 |
Color Harmonies of #59FAC0
Complementary color
Monochromatic Colors of #59FAC0
Black with #59FAC0
Text Example
Text Example
White with #59FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FAC0; }
p { color: rgb(89,250,192); }
H1.HeaderClassName
{
color: #59FAC0;
}
.AnyTagClassName
{
color: #59FAC0;
}
</style>
background-color css
<style>
a { background-color: #59FAC0; }
a { background-color: rgb(89,250,192); }
div.DivClassName
{
background-color: #59FAC0;
}
.BgClassName
{
background-color: #59FAC0;
}
</style>
border-color css
<style>
span { border-color: #59FAC0; }
span { border-color: rgb(89,250,192); }
td.TdClassName
{
border-color: #59FAC0;
}
.TagClassName
{
border-color: #59FAC0;
}
</style>