Shades of Medium Aquamarine #5ADBAC
Tints of Medium Aquamarine #5ADBAC
RGB
CMYK
RGB Variations
Color information
#5ADBAC (or 0x5ADBAC) is known color: Medium Aquamarine. HEX triplet: 5A, DB and AC. RGB value is (90,219,172). Sum of RGB (Red+Green+Blue) = 90+219+172=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBAC is #A52453. Grayscale: #AFAFAF. Windows color (decimal): -10822740 or 11328346. OLE color: 11328346.
HSL color Cylindrical-coordinate representation of color #5ADBAC: hue angle of 158.14º 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 #5ADBAC is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 172 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.14 |
| HSL | 158.14º | 0.64% | 0.61% | - |
| HSV(B) | 158.14º | 0.59% | 0.86% | - |
| XYZ | 36.99 | 55.82 | 47.85 | - |
| YUV | 175.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 172 | 0.59 | 0 | 0.21 | 0.14 | 158.14 | 0.64 | 0.61 |
| Hex | 5A | DB | AC | 3B | 0 | 15 | E | 9E | 40 | 3D |
| Octal | 132 | 333 | 254 | 73 | 0 | 25 | 16 | 236 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10101100 | 111011 | 0 | 10101 | 1110 | 10011110 | 1000000 | 111101 |
Color Harmonies of #5ADBAC
Complementary color
Monochromatic Colors of #5ADBAC
Black with #5ADBAC
Text Example
Text Example
White with #5ADBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBAC; }
p { color: rgb(90,219,172); }
H1.HeaderClassName
{
color: #5ADBAC;
}
.AnyTagClassName
{
color: #5ADBAC;
}
</style>
background-color css
<style>
a { background-color: #5ADBAC; }
a { background-color: rgb(90,219,172); }
div.DivClassName
{
background-color: #5ADBAC;
}
.BgClassName
{
background-color: #5ADBAC;
}
</style>
border-color css
<style>
span { border-color: #5ADBAC; }
span { border-color: rgb(90,219,172); }
td.TdClassName
{
border-color: #5ADBAC;
}
.TagClassName
{
border-color: #5ADBAC;
}
</style>