Shades of Aquamarine #59FDC4
Tints of Aquamarine #59FDC4
RGB
CMYK
RGB Variations
Color information
#59FDC4 (or 0x59FDC4) is known color: Aquamarine. HEX triplet: 59, FD and C4. RGB value is (89,253,196). Sum of RGB (Red+Green+Blue) = 89+253+196=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #59FDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FDC4 is #A6023B. Grayscale: #C5C5C5. Windows color (decimal): -10879548 or 12909913. OLE color: 12909913.
HSL color Cylindrical-coordinate representation of color #59FDC4: hue angle of 159.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FDC4 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 253 | 196 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.01 |
| HSL | 159.15º | 0.98% | 0.67% | - |
| HSV(B) | 159.15º | 0.65% | 0.99% | - |
| XYZ | 49.21 | 76.36 | 64.37 | - |
| YUV | 197.47 | 127.17 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 253 | 196 | 0.65 | 0 | 0.23 | 0.01 | 159.15 | 0.98 | 0.67 |
| Hex | 59 | FD | C4 | 41 | 0 | 17 | 1 | 9F | 62 | 43 |
| Octal | 131 | 375 | 304 | 101 | 0 | 27 | 1 | 237 | 142 | 103 |
| Binary | 1011001 | 11111101 | 11000100 | 1000001 | 0 | 10111 | 1 | 10011111 | 1100010 | 1000011 |
Color Harmonies of #59FDC4
Complementary color
Monochromatic Colors of #59FDC4
Black with #59FDC4
Text Example
Text Example
White with #59FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FDC4; }
p { color: rgb(89,253,196); }
H1.HeaderClassName
{
color: #59FDC4;
}
.AnyTagClassName
{
color: #59FDC4;
}
</style>
background-color css
<style>
a { background-color: #59FDC4; }
a { background-color: rgb(89,253,196); }
div.DivClassName
{
background-color: #59FDC4;
}
.BgClassName
{
background-color: #59FDC4;
}
</style>
border-color css
<style>
span { border-color: #59FDC4; }
span { border-color: rgb(89,253,196); }
td.TdClassName
{
border-color: #59FDC4;
}
.TagClassName
{
border-color: #59FDC4;
}
</style>