Shades of Medium Aquamarine #5ADEAA
Tints of Medium Aquamarine #5ADEAA
RGB
CMYK
RGB Variations
Color information
#5ADEAA (or 0x5ADEAA) is known color: Medium Aquamarine. HEX triplet: 5A, DE and AA. RGB value is (90,222,170). Sum of RGB (Red+Green+Blue) = 90+222+170=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADEAA is #A52155. Grayscale: #B0B0B0. Windows color (decimal): -10821974 or 11198042. OLE color: 11198042.
HSL color Cylindrical-coordinate representation of color #5ADEAA: hue angle of 156.36º 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 #5ADEAA is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 170 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.13 |
| HSL | 156.36º | 0.67% | 0.61% | - |
| HSV(B) | 156.36º | 0.59% | 0.87% | - |
| XYZ | 37.59 | 57.32 | 47.11 | - |
| YUV | 176.6 | 124.27 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 170 | 0.59 | 0 | 0.23 | 0.13 | 156.36 | 0.67 | 0.61 |
| Hex | 5A | DE | AA | 3B | 0 | 17 | D | 9C | 43 | 3D |
| Octal | 132 | 336 | 252 | 73 | 0 | 27 | 15 | 234 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10101010 | 111011 | 0 | 10111 | 1101 | 10011100 | 1000011 | 111101 |
Color Harmonies of #5ADEAA
Complementary color
Monochromatic Colors of #5ADEAA
Black with #5ADEAA
Text Example
Text Example
White with #5ADEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEAA; }
p { color: rgb(90,222,170); }
H1.HeaderClassName
{
color: #5ADEAA;
}
.AnyTagClassName
{
color: #5ADEAA;
}
</style>
background-color css
<style>
a { background-color: #5ADEAA; }
a { background-color: rgb(90,222,170); }
div.DivClassName
{
background-color: #5ADEAA;
}
.BgClassName
{
background-color: #5ADEAA;
}
</style>
border-color css
<style>
span { border-color: #5ADEAA; }
span { border-color: rgb(90,222,170); }
td.TdClassName
{
border-color: #5ADEAA;
}
.TagClassName
{
border-color: #5ADEAA;
}
</style>