Shades of Medium Aquamarine #5ADAA2
Tints of Medium Aquamarine #5ADAA2
RGB
CMYK
RGB Variations
Color information
#5ADAA2 (or 0x5ADAA2) is known color: Medium Aquamarine. HEX triplet: 5A, DA and A2. RGB value is (90,218,162). Sum of RGB (Red+Green+Blue) = 90+218+162=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADAA2 is #A5255D. Grayscale: #ADADAD. Windows color (decimal): -10823006 or 10672730. OLE color: 10672730.
HSL color Cylindrical-coordinate representation of color #5ADAA2: hue angle of 153.75º 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 #5ADAA2 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 162 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.15 |
| HSL | 153.75º | 0.63% | 0.6% | - |
| HSV(B) | 153.75º | 0.59% | 0.85% | - |
| XYZ | 35.81 | 54.93 | 42.9 | - |
| YUV | 173.34 | 121.59 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 162 | 0.59 | 0 | 0.26 | 0.15 | 153.75 | 0.63 | 0.6 |
| Hex | 5A | DA | A2 | 3B | 0 | 1A | F | 9A | 3F | 3C |
| Octal | 132 | 332 | 242 | 73 | 0 | 32 | 17 | 232 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10100010 | 111011 | 0 | 11010 | 1111 | 10011010 | 111111 | 111100 |
Color Harmonies of #5ADAA2
Complementary color
Monochromatic Colors of #5ADAA2
Black with #5ADAA2
Text Example
Text Example
White with #5ADAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAA2; }
p { color: rgb(90,218,162); }
H1.HeaderClassName
{
color: #5ADAA2;
}
.AnyTagClassName
{
color: #5ADAA2;
}
</style>
background-color css
<style>
a { background-color: #5ADAA2; }
a { background-color: rgb(90,218,162); }
div.DivClassName
{
background-color: #5ADAA2;
}
.BgClassName
{
background-color: #5ADAA2;
}
</style>
border-color css
<style>
span { border-color: #5ADAA2; }
span { border-color: rgb(90,218,162); }
td.TdClassName
{
border-color: #5ADAA2;
}
.TagClassName
{
border-color: #5ADAA2;
}
</style>