Shades of Medium Aquamarine #5AD599
Tints of Medium Aquamarine #5AD599
RGB
CMYK
RGB Variations
Color information
#5AD599 (or 0x5AD599) is known color: Medium Aquamarine. HEX triplet: 5A, D5 and 99. RGB value is (90,213,153). Sum of RGB (Red+Green+Blue) = 90+213+153=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD599 is #A52A66. Grayscale: #A9A9A9. Windows color (decimal): -10824295 or 10081626. OLE color: 10081626.
HSL color Cylindrical-coordinate representation of color #5AD599: hue angle of 150.73º 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 #5AD599 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 153 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.16 |
| HSL | 150.73º | 0.59% | 0.59% | - |
| HSV(B) | 150.73º | 0.58% | 0.84% | - |
| XYZ | 33.76 | 52.06 | 38.41 | - |
| YUV | 169.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 153 | 0.58 | 0 | 0.28 | 0.16 | 150.73 | 0.59 | 0.59 |
| Hex | 5A | D5 | 99 | 3A | 0 | 1C | 10 | 97 | 3B | 3B |
| Octal | 132 | 325 | 231 | 72 | 0 | 34 | 20 | 227 | 73 | 73 |
| Binary | 1011010 | 11010101 | 10011001 | 111010 | 0 | 11100 | 10000 | 10010111 | 111011 | 111011 |
Color Harmonies of #5AD599
Complementary color
Monochromatic Colors of #5AD599
Black with #5AD599
Text Example
Text Example
White with #5AD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD599; }
p { color: rgb(90,213,153); }
H1.HeaderClassName
{
color: #5AD599;
}
.AnyTagClassName
{
color: #5AD599;
}
</style>
background-color css
<style>
a { background-color: #5AD599; }
a { background-color: rgb(90,213,153); }
div.DivClassName
{
background-color: #5AD599;
}
.BgClassName
{
background-color: #5AD599;
}
</style>
border-color css
<style>
span { border-color: #5AD599; }
span { border-color: rgb(90,213,153); }
td.TdClassName
{
border-color: #5AD599;
}
.TagClassName
{
border-color: #5AD599;
}
</style>