Shades of Medium Aquamarine #5ADBA5
Tints of Medium Aquamarine #5ADBA5
RGB
CMYK
RGB Variations
Color information
#5ADBA5 (or 0x5ADBA5) is known color: Medium Aquamarine. HEX triplet: 5A, DB and A5. RGB value is (90,219,165). Sum of RGB (Red+Green+Blue) = 90+219+165=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBA5 is #A5245A. Grayscale: #AEAEAE. Windows color (decimal): -10822747 or 10869594. OLE color: 10869594.
HSL color Cylindrical-coordinate representation of color #5ADBA5: hue angle of 154.88º 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 #5ADBA5 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 165 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.14 |
| HSL | 154.88º | 0.64% | 0.61% | - |
| HSV(B) | 154.88º | 0.59% | 0.86% | - |
| XYZ | 36.34 | 55.55 | 44.4 | - |
| YUV | 174.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 165 | 0.59 | 0 | 0.25 | 0.14 | 154.88 | 0.64 | 0.61 |
| Hex | 5A | DB | A5 | 3B | 0 | 19 | E | 9B | 40 | 3D |
| Octal | 132 | 333 | 245 | 73 | 0 | 31 | 16 | 233 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10100101 | 111011 | 0 | 11001 | 1110 | 10011011 | 1000000 | 111101 |
Color Harmonies of #5ADBA5
Complementary color
Monochromatic Colors of #5ADBA5
Black with #5ADBA5
Text Example
Text Example
White with #5ADBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBA5; }
p { color: rgb(90,219,165); }
H1.HeaderClassName
{
color: #5ADBA5;
}
.AnyTagClassName
{
color: #5ADBA5;
}
</style>
background-color css
<style>
a { background-color: #5ADBA5; }
a { background-color: rgb(90,219,165); }
div.DivClassName
{
background-color: #5ADBA5;
}
.BgClassName
{
background-color: #5ADBA5;
}
</style>
border-color css
<style>
span { border-color: #5ADBA5; }
span { border-color: rgb(90,219,165); }
td.TdClassName
{
border-color: #5ADBA5;
}
.TagClassName
{
border-color: #5ADBA5;
}
</style>