Shades of Medium Aquamarine #5ADB9A
Tints of Medium Aquamarine #5ADB9A
RGB
CMYK
RGB Variations
Color information
#5ADB9A (or 0x5ADB9A) is known color: Medium Aquamarine. HEX triplet: 5A, DB and 9A. RGB value is (90,219,154). Sum of RGB (Red+Green+Blue) = 90+219+154=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADB9A is #A52465. Grayscale: #ADADAD. Windows color (decimal): -10822758 or 10148698. OLE color: 10148698.
HSL color Cylindrical-coordinate representation of color #5ADB9A: hue angle of 149.77º 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 #5ADB9A is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 154 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.14 |
| HSL | 149.77º | 0.64% | 0.61% | - |
| HSV(B) | 149.77º | 0.59% | 0.86% | - |
| XYZ | 35.38 | 55.17 | 39.36 | - |
| YUV | 173.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 154 | 0.59 | 0 | 0.30 | 0.14 | 149.77 | 0.64 | 0.61 |
| Hex | 5A | DB | 9A | 3B | 0 | 1E | E | 96 | 40 | 3D |
| Octal | 132 | 333 | 232 | 73 | 0 | 36 | 16 | 226 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10011010 | 111011 | 0 | 11110 | 1110 | 10010110 | 1000000 | 111101 |
Color Harmonies of #5ADB9A
Complementary color
Monochromatic Colors of #5ADB9A
Black with #5ADB9A
Text Example
Text Example
White with #5ADB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB9A; }
p { color: rgb(90,219,154); }
H1.HeaderClassName
{
color: #5ADB9A;
}
.AnyTagClassName
{
color: #5ADB9A;
}
</style>
background-color css
<style>
a { background-color: #5ADB9A; }
a { background-color: rgb(90,219,154); }
div.DivClassName
{
background-color: #5ADB9A;
}
.BgClassName
{
background-color: #5ADB9A;
}
</style>
border-color css
<style>
span { border-color: #5ADB9A; }
span { border-color: rgb(90,219,154); }
td.TdClassName
{
border-color: #5ADB9A;
}
.TagClassName
{
border-color: #5ADB9A;
}
</style>