Shades of Medium Aquamarine #5ADC9D
Tints of Medium Aquamarine #5ADC9D
RGB
CMYK
RGB Variations
Color information
#5ADC9D (or 0x5ADC9D) is known color: Medium Aquamarine. HEX triplet: 5A, DC and 9D. RGB value is (90,220,157). Sum of RGB (Red+Green+Blue) = 90+220+157=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADC9D is #A52362. Grayscale: #AEAEAE. Windows color (decimal): -10822499 or 10345562. OLE color: 10345562.
HSL color Cylindrical-coordinate representation of color #5ADC9D: hue angle of 150.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 #5ADC9D is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 157 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.14 |
| HSL | 150.92º | 0.65% | 0.61% | - |
| HSV(B) | 150.92º | 0.59% | 0.86% | - |
| XYZ | 35.9 | 55.79 | 40.78 | - |
| YUV | 173.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 157 | 0.59 | 0 | 0.29 | 0.14 | 150.92 | 0.65 | 0.61 |
| Hex | 5A | DC | 9D | 3B | 0 | 1D | E | 97 | 41 | 3D |
| Octal | 132 | 334 | 235 | 73 | 0 | 35 | 16 | 227 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10011101 | 111011 | 0 | 11101 | 1110 | 10010111 | 1000001 | 111101 |
Color Harmonies of #5ADC9D
Complementary color
Monochromatic Colors of #5ADC9D
Black with #5ADC9D
Text Example
Text Example
White with #5ADC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC9D; }
p { color: rgb(90,220,157); }
H1.HeaderClassName
{
color: #5ADC9D;
}
.AnyTagClassName
{
color: #5ADC9D;
}
</style>
background-color css
<style>
a { background-color: #5ADC9D; }
a { background-color: rgb(90,220,157); }
div.DivClassName
{
background-color: #5ADC9D;
}
.BgClassName
{
background-color: #5ADC9D;
}
</style>
border-color css
<style>
span { border-color: #5ADC9D; }
span { border-color: rgb(90,220,157); }
td.TdClassName
{
border-color: #5ADC9D;
}
.TagClassName
{
border-color: #5ADC9D;
}
</style>