Shades of Aquamarine #59FEDE
Tints of Aquamarine #59FEDE
RGB
CMYK
RGB Variations
Color information
#59FEDE (or 0x59FEDE) is known color: Aquamarine. HEX triplet: 59, FE and DE. RGB value is (89,254,222). Sum of RGB (Red+Green+Blue) = 89+254+222=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FEDE is #A60121. Grayscale: #C8C8C8. Windows color (decimal): -10879266 or 14614105. OLE color: 14614105.
HSL color Cylindrical-coordinate representation of color #59FEDE: hue angle of 168.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FEDE is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 254 | 222 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.00 |
| HSL | 168.36º | 0.99% | 0.67% | - |
| HSV(B) | 168.36º | 0.65% | 1% | - |
| XYZ | 52.75 | 78.28 | 81.44 | - |
| YUV | 201.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 222 | 0.65 | 0 | 0.13 | 0.00 | 168.36 | 0.99 | 0.67 |
| Hex | 59 | FE | DE | 41 | 0 | D | 0 | A8 | 63 | 43 |
| Octal | 131 | 376 | 336 | 101 | 0 | 15 | 0 | 250 | 143 | 103 |
| Binary | 1011001 | 11111110 | 11011110 | 1000001 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000011 |
Color Harmonies of #59FEDE
Complementary color
Monochromatic Colors of #59FEDE
Black with #59FEDE
Text Example
Text Example
White with #59FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEDE; }
p { color: rgb(89,254,222); }
H1.HeaderClassName
{
color: #59FEDE;
}
.AnyTagClassName
{
color: #59FEDE;
}
</style>
background-color css
<style>
a { background-color: #59FEDE; }
a { background-color: rgb(89,254,222); }
div.DivClassName
{
background-color: #59FEDE;
}
.BgClassName
{
background-color: #59FEDE;
}
</style>
border-color css
<style>
span { border-color: #59FEDE; }
span { border-color: rgb(89,254,222); }
td.TdClassName
{
border-color: #59FEDE;
}
.TagClassName
{
border-color: #59FEDE;
}
</style>