Shades of Aquamarine #59FDC3
Tints of Aquamarine #59FDC3
RGB
CMYK
RGB Variations
Color information
#59FDC3 (or 0x59FDC3) is known color: Aquamarine. HEX triplet: 59, FD and C3. RGB value is (89,253,195). Sum of RGB (Red+Green+Blue) = 89+253+195=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #59FDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FDC3 is #A6023C. Grayscale: #C5C5C5. Windows color (decimal): -10879549 or 12844377. OLE color: 12844377.
HSL color Cylindrical-coordinate representation of color #59FDC3: hue angle of 158.78º 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 #59FDC3 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 253 | 195 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.01 |
| HSL | 158.78º | 0.98% | 0.67% | - |
| HSV(B) | 158.78º | 0.65% | 0.99% | - |
| XYZ | 49.1 | 76.31 | 63.77 | - |
| YUV | 197.35 | 126.67 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 253 | 195 | 0.65 | 0 | 0.23 | 0.01 | 158.78 | 0.98 | 0.67 |
| Hex | 59 | FD | C3 | 41 | 0 | 17 | 1 | 9F | 62 | 43 |
| Octal | 131 | 375 | 303 | 101 | 0 | 27 | 1 | 237 | 142 | 103 |
| Binary | 1011001 | 11111101 | 11000011 | 1000001 | 0 | 10111 | 1 | 10011111 | 1100010 | 1000011 |
Color Harmonies of #59FDC3
Complementary color
Monochromatic Colors of #59FDC3
Black with #59FDC3
Text Example
Text Example
White with #59FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FDC3; }
p { color: rgb(89,253,195); }
H1.HeaderClassName
{
color: #59FDC3;
}
.AnyTagClassName
{
color: #59FDC3;
}
</style>
background-color css
<style>
a { background-color: #59FDC3; }
a { background-color: rgb(89,253,195); }
div.DivClassName
{
background-color: #59FDC3;
}
.BgClassName
{
background-color: #59FDC3;
}
</style>
border-color css
<style>
span { border-color: #59FDC3; }
span { border-color: rgb(89,253,195); }
td.TdClassName
{
border-color: #59FDC3;
}
.TagClassName
{
border-color: #59FDC3;
}
</style>