Shades of Aquamarine #59FFBB
Tints of Aquamarine #59FFBB
RGB
CMYK
RGB Variations
Color information
#59FFBB (or 0x59FFBB) is known color: Aquamarine. HEX triplet: 59, FF and BB. RGB value is (89,255,187). Sum of RGB (Red+Green+Blue) = 89+255+187=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFBB is #A60044. Grayscale: #C5C5C5. Windows color (decimal): -10879045 or 12320601. OLE color: 12320601.
HSL color Cylindrical-coordinate representation of color #59FFBB: hue angle of 155.42º 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 #59FFBB is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 187 | - |
| CMYK | 0.65 | 0 | 0.27 | 0 |
| HSL | 155.42º | 1% | 0.67% | - |
| HSV(B) | 155.42º | 0.65% | 1% | - |
| XYZ | 48.85 | 77.23 | 59.35 | - |
| YUV | 197.61 | 122 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 187 | 0.65 | 0 | 0.27 | 0 | 155.42 | 1 | 0.67 |
| Hex | 59 | FF | BB | 41 | 0 | 1B | 0 | 9B | 64 | 43 |
| Octal | 131 | 377 | 273 | 101 | 0 | 33 | 0 | 233 | 144 | 103 |
| Binary | 1011001 | 11111111 | 10111011 | 1000001 | 0 | 11011 | 0 | 10011011 | 1100100 | 1000011 |
Color Harmonies of #59FFBB
Complementary color
Monochromatic Colors of #59FFBB
Black with #59FFBB
Text Example
Text Example
White with #59FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFBB; }
p { color: rgb(89,255,187); }
H1.HeaderClassName
{
color: #59FFBB;
}
.AnyTagClassName
{
color: #59FFBB;
}
</style>
background-color css
<style>
a { background-color: #59FFBB; }
a { background-color: rgb(89,255,187); }
div.DivClassName
{
background-color: #59FFBB;
}
.BgClassName
{
background-color: #59FFBB;
}
</style>
border-color css
<style>
span { border-color: #59FFBB; }
span { border-color: rgb(89,255,187); }
td.TdClassName
{
border-color: #59FFBB;
}
.TagClassName
{
border-color: #59FFBB;
}
</style>