Shades of Medium Aquamarine #5AD998
Tints of Medium Aquamarine #5AD998
RGB
CMYK
RGB Variations
Color information
#5AD998 (or 0x5AD998) is known color: Medium Aquamarine. HEX triplet: 5A, D9 and 98. RGB value is (90,217,152). Sum of RGB (Red+Green+Blue) = 90+217+152=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD998 is #A52667. Grayscale: #ABABAB. Windows color (decimal): -10823272 or 10017114. OLE color: 10017114.
HSL color Cylindrical-coordinate representation of color #5AD998: hue angle of 149.29º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD998 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 152 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.15 |
| HSL | 149.29º | 0.63% | 0.6% | - |
| HSV(B) | 149.29º | 0.59% | 0.85% | - |
| XYZ | 34.7 | 54.07 | 38.31 | - |
| YUV | 171.62 | 116.92 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 152 | 0.59 | 0 | 0.30 | 0.15 | 149.29 | 0.63 | 0.6 |
| Hex | 5A | D9 | 98 | 3B | 0 | 1E | F | 95 | 3F | 3C |
| Octal | 132 | 331 | 230 | 73 | 0 | 36 | 17 | 225 | 77 | 74 |
| Binary | 1011010 | 11011001 | 10011000 | 111011 | 0 | 11110 | 1111 | 10010101 | 111111 | 111100 |
Color Harmonies of #5AD998
Complementary color
Monochromatic Colors of #5AD998
Black with #5AD998
Text Example
Text Example
White with #5AD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD998; }
p { color: rgb(90,217,152); }
H1.HeaderClassName
{
color: #5AD998;
}
.AnyTagClassName
{
color: #5AD998;
}
</style>
background-color css
<style>
a { background-color: #5AD998; }
a { background-color: rgb(90,217,152); }
div.DivClassName
{
background-color: #5AD998;
}
.BgClassName
{
background-color: #5AD998;
}
</style>
border-color css
<style>
span { border-color: #5AD998; }
span { border-color: rgb(90,217,152); }
td.TdClassName
{
border-color: #5AD998;
}
.TagClassName
{
border-color: #5AD998;
}
</style>