Shades of Medium Aquamarine #5ADCAA
Tints of Medium Aquamarine #5ADCAA
RGB
CMYK
RGB Variations
Color information
#5ADCAA (or 0x5ADCAA) is known color: Medium Aquamarine. HEX triplet: 5A, DC and AA. RGB value is (90,220,170). Sum of RGB (Red+Green+Blue) = 90+220+170=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADCAA is #A52355. Grayscale: #AFAFAF. Windows color (decimal): -10822486 or 11197530. OLE color: 11197530.
HSL color Cylindrical-coordinate representation of color #5ADCAA: hue angle of 156.92º degrees, saturation: 0.65, 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 #5ADCAA is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 170 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.14 |
| HSL | 156.92º | 0.65% | 0.61% | - |
| HSV(B) | 156.92º | 0.59% | 0.86% | - |
| XYZ | 37.07 | 56.26 | 46.94 | - |
| YUV | 175.43 | 124.93 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 170 | 0.59 | 0 | 0.23 | 0.14 | 156.92 | 0.65 | 0.61 |
| Hex | 5A | DC | AA | 3B | 0 | 17 | E | 9D | 41 | 3D |
| Octal | 132 | 334 | 252 | 73 | 0 | 27 | 16 | 235 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10101010 | 111011 | 0 | 10111 | 1110 | 10011101 | 1000001 | 111101 |
Color Harmonies of #5ADCAA
Complementary color
Monochromatic Colors of #5ADCAA
Black with #5ADCAA
Text Example
Text Example
White with #5ADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCAA; }
p { color: rgb(90,220,170); }
H1.HeaderClassName
{
color: #5ADCAA;
}
.AnyTagClassName
{
color: #5ADCAA;
}
</style>
background-color css
<style>
a { background-color: #5ADCAA; }
a { background-color: rgb(90,220,170); }
div.DivClassName
{
background-color: #5ADCAA;
}
.BgClassName
{
background-color: #5ADCAA;
}
</style>
border-color css
<style>
span { border-color: #5ADCAA; }
span { border-color: rgb(90,220,170); }
td.TdClassName
{
border-color: #5ADCAA;
}
.TagClassName
{
border-color: #5ADCAA;
}
</style>