Shades of Medium Aquamarine #5ADDA3
Tints of Medium Aquamarine #5ADDA3
RGB
CMYK
RGB Variations
Color information
#5ADDA3 (or 0x5ADDA3) is known color: Medium Aquamarine. HEX triplet: 5A, DD and A3. RGB value is (90,221,163). Sum of RGB (Red+Green+Blue) = 90+221+163=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDA3 is #A5225C. Grayscale: #AFAFAF. Windows color (decimal): -10822237 or 10739034. OLE color: 10739034.
HSL color Cylindrical-coordinate representation of color #5ADDA3: hue angle of 153.44º 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 #5ADDA3 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 163 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.13 |
| HSL | 153.44º | 0.66% | 0.61% | - |
| HSV(B) | 153.44º | 0.59% | 0.87% | - |
| XYZ | 36.68 | 56.53 | 43.63 | - |
| YUV | 175.22 | 121.1 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 163 | 0.59 | 0 | 0.26 | 0.13 | 153.44 | 0.66 | 0.61 |
| Hex | 5A | DD | A3 | 3B | 0 | 1A | D | 99 | 42 | 3D |
| Octal | 132 | 335 | 243 | 73 | 0 | 32 | 15 | 231 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10100011 | 111011 | 0 | 11010 | 1101 | 10011001 | 1000010 | 111101 |
Color Harmonies of #5ADDA3
Complementary color
Monochromatic Colors of #5ADDA3
Black with #5ADDA3
Text Example
Text Example
White with #5ADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDA3; }
p { color: rgb(90,221,163); }
H1.HeaderClassName
{
color: #5ADDA3;
}
.AnyTagClassName
{
color: #5ADDA3;
}
</style>
background-color css
<style>
a { background-color: #5ADDA3; }
a { background-color: rgb(90,221,163); }
div.DivClassName
{
background-color: #5ADDA3;
}
.BgClassName
{
background-color: #5ADDA3;
}
</style>
border-color css
<style>
span { border-color: #5ADDA3; }
span { border-color: rgb(90,221,163); }
td.TdClassName
{
border-color: #5ADDA3;
}
.TagClassName
{
border-color: #5ADDA3;
}
</style>