Shades of Medium Aquamarine #5AD799
Tints of Medium Aquamarine #5AD799
RGB
CMYK
RGB Variations
Color information
#5AD799 (or 0x5AD799) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and 99. RGB value is (90,215,153). Sum of RGB (Red+Green+Blue) = 90+215+153=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD799 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD799 is #A52866. Grayscale: #AAAAAA. Windows color (decimal): -10823783 or 10082138. OLE color: 10082138.
HSL color Cylindrical-coordinate representation of color #5AD799: hue angle of 150.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD799 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 153 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.16 |
| HSL | 150.24º | 0.61% | 0.6% | - |
| HSV(B) | 150.24º | 0.58% | 0.84% | - |
| XYZ | 34.27 | 53.07 | 38.58 | - |
| YUV | 170.56 | 118.09 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 153 | 0.58 | 0 | 0.29 | 0.16 | 150.24 | 0.61 | 0.6 |
| Hex | 5A | D7 | 99 | 3A | 0 | 1D | 10 | 96 | 3D | 3C |
| Octal | 132 | 327 | 231 | 72 | 0 | 35 | 20 | 226 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10011001 | 111010 | 0 | 11101 | 10000 | 10010110 | 111101 | 111100 |
Color Harmonies of #5AD799
Complementary color
Monochromatic Colors of #5AD799
Black with #5AD799
Text Example
Text Example
White with #5AD799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD799; }
p { color: rgb(90,215,153); }
H1.HeaderClassName
{
color: #5AD799;
}
.AnyTagClassName
{
color: #5AD799;
}
</style>
background-color css
<style>
a { background-color: #5AD799; }
a { background-color: rgb(90,215,153); }
div.DivClassName
{
background-color: #5AD799;
}
.BgClassName
{
background-color: #5AD799;
}
</style>
border-color css
<style>
span { border-color: #5AD799; }
span { border-color: rgb(90,215,153); }
td.TdClassName
{
border-color: #5AD799;
}
.TagClassName
{
border-color: #5AD799;
}
</style>