Shades of Medium Aquamarine #5AD498
Tints of Medium Aquamarine #5AD498
RGB
CMYK
RGB Variations
Color information
#5AD498 (or 0x5AD498) is known color: Medium Aquamarine. HEX triplet: 5A, D4 and 98. RGB value is (90,212,152). Sum of RGB (Red+Green+Blue) = 90+212+152=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD498 is #A52B67. Grayscale: #A8A8A8. Windows color (decimal): -10824552 or 10015834. OLE color: 10015834.
HSL color Cylindrical-coordinate representation of color #5AD498: hue angle of 150.49º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD498 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 212 | 152 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.17 |
| HSL | 150.49º | 0.59% | 0.59% | - |
| HSV(B) | 150.49º | 0.58% | 0.83% | - |
| XYZ | 33.43 | 51.53 | 37.89 | - |
| YUV | 168.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 152 | 0.58 | 0 | 0.28 | 0.17 | 150.49 | 0.59 | 0.59 |
| Hex | 5A | D4 | 98 | 3A | 0 | 1C | 11 | 96 | 3B | 3B |
| Octal | 132 | 324 | 230 | 72 | 0 | 34 | 21 | 226 | 73 | 73 |
| Binary | 1011010 | 11010100 | 10011000 | 111010 | 0 | 11100 | 10001 | 10010110 | 111011 | 111011 |
Color Harmonies of #5AD498
Complementary color
Monochromatic Colors of #5AD498
Black with #5AD498
Text Example
Text Example
White with #5AD498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD498; }
p { color: rgb(90,212,152); }
H1.HeaderClassName
{
color: #5AD498;
}
.AnyTagClassName
{
color: #5AD498;
}
</style>
background-color css
<style>
a { background-color: #5AD498; }
a { background-color: rgb(90,212,152); }
div.DivClassName
{
background-color: #5AD498;
}
.BgClassName
{
background-color: #5AD498;
}
</style>
border-color css
<style>
span { border-color: #5AD498; }
span { border-color: rgb(90,212,152); }
td.TdClassName
{
border-color: #5AD498;
}
.TagClassName
{
border-color: #5AD498;
}
</style>