Shades of Aquamarine #59FFCF
Tints of Aquamarine #59FFCF
RGB
CMYK
RGB Variations
Color information
#59FFCF (or 0x59FFCF) is known color: Aquamarine. HEX triplet: 59, FF and CF. RGB value is (89,255,207). Sum of RGB (Red+Green+Blue) = 89+255+207=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFCF is #A60030. Grayscale: #C7C7C7. Windows color (decimal): -10879025 or 13631321. OLE color: 13631321.
HSL color Cylindrical-coordinate representation of color #59FFCF: hue angle of 162.65º 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 #59FFCF is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 207 | - |
| CMYK | 0.65 | 0 | 0.19 | 0 |
| HSL | 162.65º | 1% | 0.67% | - |
| HSV(B) | 162.65º | 0.65% | 1% | - |
| XYZ | 51.14 | 78.15 | 71.42 | - |
| YUV | 199.89 | 132 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 207 | 0.65 | 0 | 0.19 | 0 | 162.65 | 1 | 0.67 |
| Hex | 59 | FF | CF | 41 | 0 | 13 | 0 | A3 | 64 | 43 |
| Octal | 131 | 377 | 317 | 101 | 0 | 23 | 0 | 243 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11001111 | 1000001 | 0 | 10011 | 0 | 10100011 | 1100100 | 1000011 |
Color Harmonies of #59FFCF
Complementary color
Monochromatic Colors of #59FFCF
Black with #59FFCF
Text Example
Text Example
White with #59FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFCF; }
p { color: rgb(89,255,207); }
H1.HeaderClassName
{
color: #59FFCF;
}
.AnyTagClassName
{
color: #59FFCF;
}
</style>
background-color css
<style>
a { background-color: #59FFCF; }
a { background-color: rgb(89,255,207); }
div.DivClassName
{
background-color: #59FFCF;
}
.BgClassName
{
background-color: #59FFCF;
}
</style>
border-color css
<style>
span { border-color: #59FFCF; }
span { border-color: rgb(89,255,207); }
td.TdClassName
{
border-color: #59FFCF;
}
.TagClassName
{
border-color: #59FFCF;
}
</style>