Shades of Medium Aquamarine #5ADAA0
Tints of Medium Aquamarine #5ADAA0
RGB
CMYK
RGB Variations
Color information
#5ADAA0 (or 0x5ADAA0) is known color: Medium Aquamarine. HEX triplet: 5A, DA and A0. RGB value is (90,218,160). Sum of RGB (Red+Green+Blue) = 90+218+160=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADAA0 is #A5255F. Grayscale: #ADADAD. Windows color (decimal): -10823008 or 10541658. OLE color: 10541658.
HSL color Cylindrical-coordinate representation of color #5ADAA0: hue angle of 152.81º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADAA0 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 160 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.15 |
| HSL | 152.81º | 0.63% | 0.6% | - |
| HSV(B) | 152.81º | 0.59% | 0.85% | - |
| XYZ | 35.63 | 54.85 | 41.97 | - |
| YUV | 173.12 | 120.59 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 160 | 0.59 | 0 | 0.27 | 0.15 | 152.81 | 0.63 | 0.6 |
| Hex | 5A | DA | A0 | 3B | 0 | 1B | F | 99 | 3F | 3C |
| Octal | 132 | 332 | 240 | 73 | 0 | 33 | 17 | 231 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10100000 | 111011 | 0 | 11011 | 1111 | 10011001 | 111111 | 111100 |
Color Harmonies of #5ADAA0
Complementary color
Monochromatic Colors of #5ADAA0
Black with #5ADAA0
Text Example
Text Example
White with #5ADAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAA0; }
p { color: rgb(90,218,160); }
H1.HeaderClassName
{
color: #5ADAA0;
}
.AnyTagClassName
{
color: #5ADAA0;
}
</style>
background-color css
<style>
a { background-color: #5ADAA0; }
a { background-color: rgb(90,218,160); }
div.DivClassName
{
background-color: #5ADAA0;
}
.BgClassName
{
background-color: #5ADAA0;
}
</style>
border-color css
<style>
span { border-color: #5ADAA0; }
span { border-color: rgb(90,218,160); }
td.TdClassName
{
border-color: #5ADAA0;
}
.TagClassName
{
border-color: #5ADAA0;
}
</style>