Shades of Medium Aquamarine #5ADDAD
Tints of Medium Aquamarine #5ADDAD
RGB
CMYK
RGB Variations
Color information
#5ADDAD (or 0x5ADDAD) is known color: Medium Aquamarine. HEX triplet: 5A, DD and AD. RGB value is (90,221,173). Sum of RGB (Red+Green+Blue) = 90+221+173=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDAD is #A52252. Grayscale: #B0B0B0. Windows color (decimal): -10822227 or 11394394. OLE color: 11394394.
HSL color Cylindrical-coordinate representation of color #5ADDAD: hue angle of 158.02º 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 #5ADDAD is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 173 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.13 |
| HSL | 158.02º | 0.66% | 0.61% | - |
| HSV(B) | 158.02º | 0.59% | 0.87% | - |
| XYZ | 37.62 | 56.9 | 48.54 | - |
| YUV | 176.36 | 126.1 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 173 | 0.59 | 0 | 0.22 | 0.13 | 158.02 | 0.66 | 0.61 |
| Hex | 5A | DD | AD | 3B | 0 | 16 | D | 9E | 42 | 3D |
| Octal | 132 | 335 | 255 | 73 | 0 | 26 | 15 | 236 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10101101 | 111011 | 0 | 10110 | 1101 | 10011110 | 1000010 | 111101 |
Color Harmonies of #5ADDAD
Complementary color
Monochromatic Colors of #5ADDAD
Black with #5ADDAD
Text Example
Text Example
White with #5ADDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDAD; }
p { color: rgb(90,221,173); }
H1.HeaderClassName
{
color: #5ADDAD;
}
.AnyTagClassName
{
color: #5ADDAD;
}
</style>
background-color css
<style>
a { background-color: #5ADDAD; }
a { background-color: rgb(90,221,173); }
div.DivClassName
{
background-color: #5ADDAD;
}
.BgClassName
{
background-color: #5ADDAD;
}
</style>
border-color css
<style>
span { border-color: #5ADDAD; }
span { border-color: rgb(90,221,173); }
td.TdClassName
{
border-color: #5ADDAD;
}
.TagClassName
{
border-color: #5ADDAD;
}
</style>