Shades of Aquamarine #59FFC9
Tints of Aquamarine #59FFC9
RGB
CMYK
RGB Variations
Color information
#59FFC9 (or 0x59FFC9) is known color: Aquamarine. HEX triplet: 59, FF and C9. RGB value is (89,255,201). Sum of RGB (Red+Green+Blue) = 89+255+201=545 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.33% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFC9 is #A60036. Grayscale: #C7C7C7. Windows color (decimal): -10879031 or 13238105. OLE color: 13238105.
HSL color Cylindrical-coordinate representation of color #59FFC9: hue angle of 160.48º 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 #59FFC9 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 201 | - |
| CMYK | 0.65 | 0 | 0.21 | 0 |
| HSL | 160.48º | 1% | 0.67% | - |
| HSV(B) | 160.48º | 0.65% | 1% | - |
| XYZ | 50.42 | 77.86 | 67.63 | - |
| YUV | 199.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 201 | 0.65 | 0 | 0.21 | 0 | 160.48 | 1 | 0.67 |
| Hex | 59 | FF | C9 | 41 | 0 | 15 | 0 | A0 | 64 | 43 |
| Octal | 131 | 377 | 311 | 101 | 0 | 25 | 0 | 240 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11001001 | 1000001 | 0 | 10101 | 0 | 10100000 | 1100100 | 1000011 |
Color Harmonies of #59FFC9
Complementary color
Monochromatic Colors of #59FFC9
Black with #59FFC9
Text Example
Text Example
White with #59FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFC9; }
p { color: rgb(89,255,201); }
H1.HeaderClassName
{
color: #59FFC9;
}
.AnyTagClassName
{
color: #59FFC9;
}
</style>
background-color css
<style>
a { background-color: #59FFC9; }
a { background-color: rgb(89,255,201); }
div.DivClassName
{
background-color: #59FFC9;
}
.BgClassName
{
background-color: #59FFC9;
}
</style>
border-color css
<style>
span { border-color: #59FFC9; }
span { border-color: rgb(89,255,201); }
td.TdClassName
{
border-color: #59FFC9;
}
.TagClassName
{
border-color: #59FFC9;
}
</style>