Shades of Medium Aquamarine #5ADDA0
Tints of Medium Aquamarine #5ADDA0
RGB
CMYK
RGB Variations
Color information
#5ADDA0 (or 0x5ADDA0) is known color: Medium Aquamarine. HEX triplet: 5A, DD and A0. RGB value is (90,221,160). Sum of RGB (Red+Green+Blue) = 90+221+160=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDA0 is #A5225F. Grayscale: #AEAEAE. Windows color (decimal): -10822240 or 10542426. OLE color: 10542426.
HSL color Cylindrical-coordinate representation of color #5ADDA0: hue angle of 152.06º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDA0 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 160 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.13 |
| HSL | 152.06º | 0.66% | 0.61% | - |
| HSV(B) | 152.06º | 0.59% | 0.87% | - |
| XYZ | 36.42 | 56.42 | 42.23 | - |
| YUV | 174.88 | 119.6 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 160 | 0.59 | 0 | 0.28 | 0.13 | 152.06 | 0.66 | 0.61 |
| Hex | 5A | DD | A0 | 3B | 0 | 1C | D | 98 | 42 | 3D |
| Octal | 132 | 335 | 240 | 73 | 0 | 34 | 15 | 230 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10100000 | 111011 | 0 | 11100 | 1101 | 10011000 | 1000010 | 111101 |
Color Harmonies of #5ADDA0
Complementary color
Monochromatic Colors of #5ADDA0
Black with #5ADDA0
Text Example
Text Example
White with #5ADDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDA0; }
p { color: rgb(90,221,160); }
H1.HeaderClassName
{
color: #5ADDA0;
}
.AnyTagClassName
{
color: #5ADDA0;
}
</style>
background-color css
<style>
a { background-color: #5ADDA0; }
a { background-color: rgb(90,221,160); }
div.DivClassName
{
background-color: #5ADDA0;
}
.BgClassName
{
background-color: #5ADDA0;
}
</style>
border-color css
<style>
span { border-color: #5ADDA0; }
span { border-color: rgb(90,221,160); }
td.TdClassName
{
border-color: #5ADDA0;
}
.TagClassName
{
border-color: #5ADDA0;
}
</style>