Shades of Aquamarine #59FEBE
Tints of Aquamarine #59FEBE
RGB
CMYK
RGB Variations
Color information
#59FEBE (or 0x59FEBE) is known color: Aquamarine. HEX triplet: 59, FE and BE. RGB value is (89,254,190). Sum of RGB (Red+Green+Blue) = 89+254+190=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FEBE is #A60141. Grayscale: #C5C5C5. Windows color (decimal): -10879298 or 12516953. OLE color: 12516953.
HSL color Cylindrical-coordinate representation of color #59FEBE: hue angle of 156.73º 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 #59FEBE is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 254 | 190 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.00 |
| HSL | 156.73º | 0.99% | 0.67% | - |
| HSV(B) | 156.73º | 0.65% | 1% | - |
| XYZ | 48.86 | 76.73 | 60.95 | - |
| YUV | 197.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 190 | 0.65 | 0 | 0.25 | 0.00 | 156.73 | 0.99 | 0.67 |
| Hex | 59 | FE | BE | 41 | 0 | 19 | 0 | 9D | 63 | 43 |
| Octal | 131 | 376 | 276 | 101 | 0 | 31 | 0 | 235 | 143 | 103 |
| Binary | 1011001 | 11111110 | 10111110 | 1000001 | 0 | 11001 | 0 | 10011101 | 1100011 | 1000011 |
Color Harmonies of #59FEBE
Complementary color
Monochromatic Colors of #59FEBE
Black with #59FEBE
Text Example
Text Example
White with #59FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEBE; }
p { color: rgb(89,254,190); }
H1.HeaderClassName
{
color: #59FEBE;
}
.AnyTagClassName
{
color: #59FEBE;
}
</style>
background-color css
<style>
a { background-color: #59FEBE; }
a { background-color: rgb(89,254,190); }
div.DivClassName
{
background-color: #59FEBE;
}
.BgClassName
{
background-color: #59FEBE;
}
</style>
border-color css
<style>
span { border-color: #59FEBE; }
span { border-color: rgb(89,254,190); }
td.TdClassName
{
border-color: #59FEBE;
}
.TagClassName
{
border-color: #59FEBE;
}
</style>