Shades of Medium Aquamarine #5ADBA0
Tints of Medium Aquamarine #5ADBA0
RGB
CMYK
RGB Variations
Color information
#5ADBA0 (or 0x5ADBA0) is known color: Medium Aquamarine. HEX triplet: 5A, DB and A0. RGB value is (90,219,160). Sum of RGB (Red+Green+Blue) = 90+219+160=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBA0 is #A5245F. Grayscale: #ADADAD. Windows color (decimal): -10822752 or 10541914. OLE color: 10541914.
HSL color Cylindrical-coordinate representation of color #5ADBA0: hue angle of 152.56º 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 #5ADBA0 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 160 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.14 |
| HSL | 152.56º | 0.64% | 0.61% | - |
| HSV(B) | 152.56º | 0.59% | 0.86% | - |
| XYZ | 35.89 | 55.37 | 42.05 | - |
| YUV | 173.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 160 | 0.59 | 0 | 0.27 | 0.14 | 152.56 | 0.64 | 0.61 |
| Hex | 5A | DB | A0 | 3B | 0 | 1B | E | 99 | 40 | 3D |
| Octal | 132 | 333 | 240 | 73 | 0 | 33 | 16 | 231 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10100000 | 111011 | 0 | 11011 | 1110 | 10011001 | 1000000 | 111101 |
Color Harmonies of #5ADBA0
Complementary color
Monochromatic Colors of #5ADBA0
Black with #5ADBA0
Text Example
Text Example
White with #5ADBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBA0; }
p { color: rgb(90,219,160); }
H1.HeaderClassName
{
color: #5ADBA0;
}
.AnyTagClassName
{
color: #5ADBA0;
}
</style>
background-color css
<style>
a { background-color: #5ADBA0; }
a { background-color: rgb(90,219,160); }
div.DivClassName
{
background-color: #5ADBA0;
}
.BgClassName
{
background-color: #5ADBA0;
}
</style>
border-color css
<style>
span { border-color: #5ADBA0; }
span { border-color: rgb(90,219,160); }
td.TdClassName
{
border-color: #5ADBA0;
}
.TagClassName
{
border-color: #5ADBA0;
}
</style>