Shades of Medium Aquamarine #5AD997
Tints of Medium Aquamarine #5AD997
RGB
CMYK
RGB Variations
Color information
#5AD997 (or 0x5AD997) is known color: Medium Aquamarine. HEX triplet: 5A, D9 and 97. RGB value is (90,217,151). Sum of RGB (Red+Green+Blue) = 90+217+151=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD997 is #A52668. Grayscale: #ABABAB. Windows color (decimal): -10823273 or 9951578. OLE color: 9951578.
HSL color Cylindrical-coordinate representation of color #5AD997: hue angle of 148.82º 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 #5AD997 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 151 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.15 |
| HSL | 148.82º | 0.63% | 0.6% | - |
| HSV(B) | 148.82º | 0.59% | 0.85% | - |
| XYZ | 34.62 | 54.03 | 37.88 | - |
| YUV | 171.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 151 | 0.59 | 0 | 0.30 | 0.15 | 148.82 | 0.63 | 0.6 |
| Hex | 5A | D9 | 97 | 3B | 0 | 1E | F | 95 | 3F | 3C |
| Octal | 132 | 331 | 227 | 73 | 0 | 36 | 17 | 225 | 77 | 74 |
| Binary | 1011010 | 11011001 | 10010111 | 111011 | 0 | 11110 | 1111 | 10010101 | 111111 | 111100 |
Color Harmonies of #5AD997
Complementary color
Monochromatic Colors of #5AD997
Black with #5AD997
Text Example
Text Example
White with #5AD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD997; }
p { color: rgb(90,217,151); }
H1.HeaderClassName
{
color: #5AD997;
}
.AnyTagClassName
{
color: #5AD997;
}
</style>
background-color css
<style>
a { background-color: #5AD997; }
a { background-color: rgb(90,217,151); }
div.DivClassName
{
background-color: #5AD997;
}
.BgClassName
{
background-color: #5AD997;
}
</style>
border-color css
<style>
span { border-color: #5AD997; }
span { border-color: rgb(90,217,151); }
td.TdClassName
{
border-color: #5AD997;
}
.TagClassName
{
border-color: #5AD997;
}
</style>