Shades of Medium Aquamarine #5AD698
Tints of Medium Aquamarine #5AD698
RGB
CMYK
RGB Variations
Color information
#5AD698 (or 0x5AD698) is known color: Medium Aquamarine. HEX triplet: 5A, D6 and 98. RGB value is (90,214,152). Sum of RGB (Red+Green+Blue) = 90+214+152=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD698 is #A52967. Grayscale: #A9A9A9. Windows color (decimal): -10824040 or 10016346. OLE color: 10016346.
HSL color Cylindrical-coordinate representation of color #5AD698: hue angle of 150º degrees, saturation: 0.6, 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 #5AD698 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 152 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.16 |
| HSL | 150º | 0.6% | 0.6% | - |
| HSV(B) | 150º | 0.58% | 0.84% | - |
| XYZ | 33.93 | 52.53 | 38.06 | - |
| YUV | 169.86 | 117.92 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 152 | 0.58 | 0 | 0.29 | 0.16 | 150 | 0.6 | 0.6 |
| Hex | 5A | D6 | 98 | 3A | 0 | 1D | 10 | 96 | 3C | 3C |
| Octal | 132 | 326 | 230 | 72 | 0 | 35 | 20 | 226 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10011000 | 111010 | 0 | 11101 | 10000 | 10010110 | 111100 | 111100 |
Color Harmonies of #5AD698
Complementary color
Monochromatic Colors of #5AD698
Black with #5AD698
Text Example
Text Example
White with #5AD698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD698; }
p { color: rgb(90,214,152); }
H1.HeaderClassName
{
color: #5AD698;
}
.AnyTagClassName
{
color: #5AD698;
}
</style>
background-color css
<style>
a { background-color: #5AD698; }
a { background-color: rgb(90,214,152); }
div.DivClassName
{
background-color: #5AD698;
}
.BgClassName
{
background-color: #5AD698;
}
</style>
border-color css
<style>
span { border-color: #5AD698; }
span { border-color: rgb(90,214,152); }
td.TdClassName
{
border-color: #5AD698;
}
.TagClassName
{
border-color: #5AD698;
}
</style>