Shades of Medium Aquamarine #5AD3AD
Tints of Medium Aquamarine #5AD3AD
RGB
CMYK
RGB Variations
Color information
#5AD3AD (or 0x5AD3AD) is known color: Medium Aquamarine. HEX triplet: 5A, D3 and AD. RGB value is (90,211,173). Sum of RGB (Red+Green+Blue) = 90+211+173=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD3AD is #A52C52. Grayscale: #AAAAAA. Windows color (decimal): -10824787 or 11391834. OLE color: 11391834.
HSL color Cylindrical-coordinate representation of color #5AD3AD: hue angle of 161.16º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD3AD is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 173 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.17 |
| HSL | 161.16º | 0.58% | 0.59% | - |
| HSV(B) | 161.16º | 0.57% | 0.83% | - |
| XYZ | 35.05 | 51.78 | 47.68 | - |
| YUV | 170.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 173 | 0.57 | 0 | 0.18 | 0.17 | 161.16 | 0.58 | 0.59 |
| Hex | 5A | D3 | AD | 39 | 0 | 12 | 11 | A1 | 3A | 3B |
| Octal | 132 | 323 | 255 | 71 | 0 | 22 | 21 | 241 | 72 | 73 |
| Binary | 1011010 | 11010011 | 10101101 | 111001 | 0 | 10010 | 10001 | 10100001 | 111010 | 111011 |
Color Harmonies of #5AD3AD
Complementary color
Monochromatic Colors of #5AD3AD
Black with #5AD3AD
Text Example
Text Example
White with #5AD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD3AD; }
p { color: rgb(90,211,173); }
H1.HeaderClassName
{
color: #5AD3AD;
}
.AnyTagClassName
{
color: #5AD3AD;
}
</style>
background-color css
<style>
a { background-color: #5AD3AD; }
a { background-color: rgb(90,211,173); }
div.DivClassName
{
background-color: #5AD3AD;
}
.BgClassName
{
background-color: #5AD3AD;
}
</style>
border-color css
<style>
span { border-color: #5AD3AD; }
span { border-color: rgb(90,211,173); }
td.TdClassName
{
border-color: #5AD3AD;
}
.TagClassName
{
border-color: #5AD3AD;
}
</style>