Shades of Aquamarine #59F9BD
Tints of Aquamarine #59F9BD
RGB
CMYK
RGB Variations
Color information
#59F9BD (or 0x59F9BD) is known color: Aquamarine. HEX triplet: 59, F9 and BD. RGB value is (89,249,189). Sum of RGB (Red+Green+Blue) = 89+249+189=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #59F9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F9BD is #A60642. Grayscale: #C2C2C2. Windows color (decimal): -10880579 or 12450137. OLE color: 12450137.
HSL color Cylindrical-coordinate representation of color #59F9BD: hue angle of 157.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F9BD is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 249 | 189 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.02 |
| HSL | 157.5º | 0.93% | 0.66% | - |
| HSV(B) | 157.5º | 0.64% | 0.98% | - |
| XYZ | 47.18 | 73.55 | 59.85 | - |
| YUV | 194.32 | 124.99 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 249 | 189 | 0.64 | 0 | 0.24 | 0.02 | 157.5 | 0.93 | 0.66 |
| Hex | 59 | F9 | BD | 40 | 0 | 18 | 2 | 9E | 5D | 42 |
| Octal | 131 | 371 | 275 | 100 | 0 | 30 | 2 | 236 | 135 | 102 |
| Binary | 1011001 | 11111001 | 10111101 | 1000000 | 0 | 11000 | 10 | 10011110 | 1011101 | 1000010 |
Color Harmonies of #59F9BD
Complementary color
Monochromatic Colors of #59F9BD
Black with #59F9BD
Text Example
Text Example
White with #59F9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F9BD; }
p { color: rgb(89,249,189); }
H1.HeaderClassName
{
color: #59F9BD;
}
.AnyTagClassName
{
color: #59F9BD;
}
</style>
background-color css
<style>
a { background-color: #59F9BD; }
a { background-color: rgb(89,249,189); }
div.DivClassName
{
background-color: #59F9BD;
}
.BgClassName
{
background-color: #59F9BD;
}
</style>
border-color css
<style>
span { border-color: #59F9BD; }
span { border-color: rgb(89,249,189); }
td.TdClassName
{
border-color: #59F9BD;
}
.TagClassName
{
border-color: #59F9BD;
}
</style>