Shades of Medium Aquamarine #5ADBA3
Tints of Medium Aquamarine #5ADBA3
RGB
CMYK
RGB Variations
Color information
#5ADBA3 (or 0x5ADBA3) is known color: Medium Aquamarine. HEX triplet: 5A, DB and A3. RGB value is (90,219,163). Sum of RGB (Red+Green+Blue) = 90+219+163=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBA3 is #A5245C. Grayscale: #AEAEAE. Windows color (decimal): -10822749 or 10738522. OLE color: 10738522.
HSL color Cylindrical-coordinate representation of color #5ADBA3: hue angle of 153.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBA3 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 163 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.14 |
| HSL | 153.95º | 0.64% | 0.61% | - |
| HSV(B) | 153.95º | 0.59% | 0.86% | - |
| XYZ | 36.16 | 55.48 | 43.45 | - |
| YUV | 174.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 163 | 0.59 | 0 | 0.26 | 0.14 | 153.95 | 0.64 | 0.61 |
| Hex | 5A | DB | A3 | 3B | 0 | 1A | E | 9A | 40 | 3D |
| Octal | 132 | 333 | 243 | 73 | 0 | 32 | 16 | 232 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10100011 | 111011 | 0 | 11010 | 1110 | 10011010 | 1000000 | 111101 |
Color Harmonies of #5ADBA3
Complementary color
Monochromatic Colors of #5ADBA3
Black with #5ADBA3
Text Example
Text Example
White with #5ADBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBA3; }
p { color: rgb(90,219,163); }
H1.HeaderClassName
{
color: #5ADBA3;
}
.AnyTagClassName
{
color: #5ADBA3;
}
</style>
background-color css
<style>
a { background-color: #5ADBA3; }
a { background-color: rgb(90,219,163); }
div.DivClassName
{
background-color: #5ADBA3;
}
.BgClassName
{
background-color: #5ADBA3;
}
</style>
border-color css
<style>
span { border-color: #5ADBA3; }
span { border-color: rgb(90,219,163); }
td.TdClassName
{
border-color: #5ADBA3;
}
.TagClassName
{
border-color: #5ADBA3;
}
</style>