Shades of Medium Aquamarine #5AD7AD
Tints of Medium Aquamarine #5AD7AD
RGB
CMYK
RGB Variations
Color information
#5AD7AD (or 0x5AD7AD) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and AD. RGB value is (90,215,173). Sum of RGB (Red+Green+Blue) = 90+215+173=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD7AD is #A52852. Grayscale: #ACACAC. Windows color (decimal): -10823763 or 11392858. OLE color: 11392858.
HSL color Cylindrical-coordinate representation of color #5AD7AD: hue angle of 159.84º 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 #5AD7AD is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 173 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.16 |
| HSL | 159.84º | 0.61% | 0.6% | - |
| HSV(B) | 159.84º | 0.58% | 0.84% | - |
| XYZ | 36.06 | 53.79 | 48.02 | - |
| YUV | 172.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 173 | 0.58 | 0 | 0.20 | 0.16 | 159.84 | 0.61 | 0.6 |
| Hex | 5A | D7 | AD | 3A | 0 | 14 | 10 | A0 | 3D | 3C |
| Octal | 132 | 327 | 255 | 72 | 0 | 24 | 20 | 240 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10101101 | 111010 | 0 | 10100 | 10000 | 10100000 | 111101 | 111100 |
Color Harmonies of #5AD7AD
Complementary color
Monochromatic Colors of #5AD7AD
Black with #5AD7AD
Text Example
Text Example
White with #5AD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD7AD; }
p { color: rgb(90,215,173); }
H1.HeaderClassName
{
color: #5AD7AD;
}
.AnyTagClassName
{
color: #5AD7AD;
}
</style>
background-color css
<style>
a { background-color: #5AD7AD; }
a { background-color: rgb(90,215,173); }
div.DivClassName
{
background-color: #5AD7AD;
}
.BgClassName
{
background-color: #5AD7AD;
}
</style>
border-color css
<style>
span { border-color: #5AD7AD; }
span { border-color: rgb(90,215,173); }
td.TdClassName
{
border-color: #5AD7AD;
}
.TagClassName
{
border-color: #5AD7AD;
}
</style>