Shades of Medium Aquamarine #5ADEAC
Tints of Medium Aquamarine #5ADEAC
RGB
CMYK
RGB Variations
Color information
#5ADEAC (or 0x5ADEAC) is known color: Medium Aquamarine. HEX triplet: 5A, DE and AC. RGB value is (90,222,172). Sum of RGB (Red+Green+Blue) = 90+222+172=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADEAC is #A52153. Grayscale: #B0B0B0. Windows color (decimal): -10821972 or 11329114. OLE color: 11329114.
HSL color Cylindrical-coordinate representation of color #5ADEAC: hue angle of 157.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEAC is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 172 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.13 |
| HSL | 157.27º | 0.67% | 0.61% | - |
| HSV(B) | 157.27º | 0.59% | 0.87% | - |
| XYZ | 37.78 | 57.39 | 48.12 | - |
| YUV | 176.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 172 | 0.59 | 0 | 0.23 | 0.13 | 157.27 | 0.67 | 0.61 |
| Hex | 5A | DE | AC | 3B | 0 | 17 | D | 9D | 43 | 3D |
| Octal | 132 | 336 | 254 | 73 | 0 | 27 | 15 | 235 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10101100 | 111011 | 0 | 10111 | 1101 | 10011101 | 1000011 | 111101 |
Color Harmonies of #5ADEAC
Complementary color
Monochromatic Colors of #5ADEAC
Black with #5ADEAC
Text Example
Text Example
White with #5ADEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEAC; }
p { color: rgb(90,222,172); }
H1.HeaderClassName
{
color: #5ADEAC;
}
.AnyTagClassName
{
color: #5ADEAC;
}
</style>
background-color css
<style>
a { background-color: #5ADEAC; }
a { background-color: rgb(90,222,172); }
div.DivClassName
{
background-color: #5ADEAC;
}
.BgClassName
{
background-color: #5ADEAC;
}
</style>
border-color css
<style>
span { border-color: #5ADEAC; }
span { border-color: rgb(90,222,172); }
td.TdClassName
{
border-color: #5ADEAC;
}
.TagClassName
{
border-color: #5ADEAC;
}
</style>