Shades of Medium Aquamarine #5AD59B
Tints of Medium Aquamarine #5AD59B
RGB
CMYK
RGB Variations
Color information
#5AD59B (or 0x5AD59B) is known color: Medium Aquamarine. HEX triplet: 5A, D5 and 9B. RGB value is (90,213,155). Sum of RGB (Red+Green+Blue) = 90+213+155=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD59B is #A52A64. Grayscale: #A9A9A9. Windows color (decimal): -10824293 or 10212698. OLE color: 10212698.
HSL color Cylindrical-coordinate representation of color #5AD59B: hue angle of 151.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD59B is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 155 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.16 |
| HSL | 151.71º | 0.59% | 0.59% | - |
| HSV(B) | 151.71º | 0.58% | 0.84% | - |
| XYZ | 33.93 | 52.13 | 39.28 | - |
| YUV | 169.61 | 119.75 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 155 | 0.58 | 0 | 0.27 | 0.16 | 151.71 | 0.59 | 0.59 |
| Hex | 5A | D5 | 9B | 3A | 0 | 1B | 10 | 98 | 3B | 3B |
| Octal | 132 | 325 | 233 | 72 | 0 | 33 | 20 | 230 | 73 | 73 |
| Binary | 1011010 | 11010101 | 10011011 | 111010 | 0 | 11011 | 10000 | 10011000 | 111011 | 111011 |
Color Harmonies of #5AD59B
Complementary color
Monochromatic Colors of #5AD59B
Black with #5AD59B
Text Example
Text Example
White with #5AD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD59B; }
p { color: rgb(90,213,155); }
H1.HeaderClassName
{
color: #5AD59B;
}
.AnyTagClassName
{
color: #5AD59B;
}
</style>
background-color css
<style>
a { background-color: #5AD59B; }
a { background-color: rgb(90,213,155); }
div.DivClassName
{
background-color: #5AD59B;
}
.BgClassName
{
background-color: #5AD59B;
}
</style>
border-color css
<style>
span { border-color: #5AD59B; }
span { border-color: rgb(90,213,155); }
td.TdClassName
{
border-color: #5AD59B;
}
.TagClassName
{
border-color: #5AD59B;
}
</style>