Shades of Medium Aquamarine #5ADBA9
Tints of Medium Aquamarine #5ADBA9
RGB
CMYK
RGB Variations
Color information
#5ADBA9 (or 0x5ADBA9) is known color: Medium Aquamarine. HEX triplet: 5A, DB and A9. RGB value is (90,219,169). Sum of RGB (Red+Green+Blue) = 90+219+169=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBA9 is #A52456. Grayscale: #AEAEAE. Windows color (decimal): -10822743 or 11131738. OLE color: 11131738.
HSL color Cylindrical-coordinate representation of color #5ADBA9: hue angle of 156.74º 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 #5ADBA9 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 169 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.14 |
| HSL | 156.74º | 0.64% | 0.61% | - |
| HSV(B) | 156.74º | 0.59% | 0.86% | - |
| XYZ | 36.71 | 55.7 | 46.35 | - |
| YUV | 174.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 169 | 0.59 | 0 | 0.23 | 0.14 | 156.74 | 0.64 | 0.61 |
| Hex | 5A | DB | A9 | 3B | 0 | 17 | E | 9D | 40 | 3D |
| Octal | 132 | 333 | 251 | 73 | 0 | 27 | 16 | 235 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10101001 | 111011 | 0 | 10111 | 1110 | 10011101 | 1000000 | 111101 |
Color Harmonies of #5ADBA9
Complementary color
Monochromatic Colors of #5ADBA9
Black with #5ADBA9
Text Example
Text Example
White with #5ADBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBA9; }
p { color: rgb(90,219,169); }
H1.HeaderClassName
{
color: #5ADBA9;
}
.AnyTagClassName
{
color: #5ADBA9;
}
</style>
background-color css
<style>
a { background-color: #5ADBA9; }
a { background-color: rgb(90,219,169); }
div.DivClassName
{
background-color: #5ADBA9;
}
.BgClassName
{
background-color: #5ADBA9;
}
</style>
border-color css
<style>
span { border-color: #5ADBA9; }
span { border-color: rgb(90,219,169); }
td.TdClassName
{
border-color: #5ADBA9;
}
.TagClassName
{
border-color: #5ADBA9;
}
</style>