Shades of Aquamarine #59FDDC
Tints of Aquamarine #59FDDC
RGB
CMYK
RGB Variations
Color information
#59FDDC (or 0x59FDDC) is known color: Aquamarine. HEX triplet: 59, FD and DC. RGB value is (89,253,220). Sum of RGB (Red+Green+Blue) = 89+253+220=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #59FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FDDC is #A60223. Grayscale: #C8C8C8. Windows color (decimal): -10879524 or 14482777. OLE color: 14482777.
HSL color Cylindrical-coordinate representation of color #59FDDC: hue angle of 167.93º 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 #59FDDC is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 253 | 220 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.01 |
| HSL | 167.93º | 0.98% | 0.67% | - |
| HSV(B) | 167.93º | 0.65% | 0.99% | - |
| XYZ | 52.16 | 77.54 | 79.93 | - |
| YUV | 200.2 | 139.17 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 253 | 220 | 0.65 | 0 | 0.13 | 0.01 | 167.93 | 0.98 | 0.67 |
| Hex | 59 | FD | DC | 41 | 0 | D | 1 | A8 | 62 | 43 |
| Octal | 131 | 375 | 334 | 101 | 0 | 15 | 1 | 250 | 142 | 103 |
| Binary | 1011001 | 11111101 | 11011100 | 1000001 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000011 |
Color Harmonies of #59FDDC
Complementary color
Monochromatic Colors of #59FDDC
Black with #59FDDC
Text Example
Text Example
White with #59FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FDDC; }
p { color: rgb(89,253,220); }
H1.HeaderClassName
{
color: #59FDDC;
}
.AnyTagClassName
{
color: #59FDDC;
}
</style>
background-color css
<style>
a { background-color: #59FDDC; }
a { background-color: rgb(89,253,220); }
div.DivClassName
{
background-color: #59FDDC;
}
.BgClassName
{
background-color: #59FDDC;
}
</style>
border-color css
<style>
span { border-color: #59FDDC; }
span { border-color: rgb(89,253,220); }
td.TdClassName
{
border-color: #59FDDC;
}
.TagClassName
{
border-color: #59FDDC;
}
</style>