Shades of Aquamarine #59FFBC
Tints of Aquamarine #59FFBC
RGB
CMYK
RGB Variations
Color information
#59FFBC (or 0x59FFBC) is known color: Aquamarine. HEX triplet: 59, FF and BC. RGB value is (89,255,188). Sum of RGB (Red+Green+Blue) = 89+255+188=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFBC is #A60043. Grayscale: #C5C5C5. Windows color (decimal): -10879044 or 12386137. OLE color: 12386137.
HSL color Cylindrical-coordinate representation of color #59FFBC: hue angle of 155.78º 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 #59FFBC is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 188 | - |
| CMYK | 0.65 | 0 | 0.26 | 0 |
| HSL | 155.78º | 1% | 0.67% | - |
| HSV(B) | 155.78º | 0.65% | 1% | - |
| XYZ | 48.96 | 77.27 | 59.91 | - |
| YUV | 197.73 | 122.5 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 188 | 0.65 | 0 | 0.26 | 0 | 155.78 | 1 | 0.67 |
| Hex | 59 | FF | BC | 41 | 0 | 1A | 0 | 9C | 64 | 43 |
| Octal | 131 | 377 | 274 | 101 | 0 | 32 | 0 | 234 | 144 | 103 |
| Binary | 1011001 | 11111111 | 10111100 | 1000001 | 0 | 11010 | 0 | 10011100 | 1100100 | 1000011 |
Color Harmonies of #59FFBC
Complementary color
Monochromatic Colors of #59FFBC
Black with #59FFBC
Text Example
Text Example
White with #59FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFBC; }
p { color: rgb(89,255,188); }
H1.HeaderClassName
{
color: #59FFBC;
}
.AnyTagClassName
{
color: #59FFBC;
}
</style>
background-color css
<style>
a { background-color: #59FFBC; }
a { background-color: rgb(89,255,188); }
div.DivClassName
{
background-color: #59FFBC;
}
.BgClassName
{
background-color: #59FFBC;
}
</style>
border-color css
<style>
span { border-color: #59FFBC; }
span { border-color: rgb(89,255,188); }
td.TdClassName
{
border-color: #59FFBC;
}
.TagClassName
{
border-color: #59FFBC;
}
</style>