Shades of Medium Aquamarine #5ADE9B
Tints of Medium Aquamarine #5ADE9B
RGB
CMYK
RGB Variations
Color information
#5ADE9B (or 0x5ADE9B) is known color: Medium Aquamarine. HEX triplet: 5A, DE and 9B. RGB value is (90,222,155). Sum of RGB (Red+Green+Blue) = 90+222+155=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADE9B is #A52164. Grayscale: #AFAFAF. Windows color (decimal): -10821989 or 10215002. OLE color: 10215002.
HSL color Cylindrical-coordinate representation of color #5ADE9B: hue angle of 149.55º 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 #5ADE9B is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 155 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.13 |
| HSL | 149.55º | 0.67% | 0.61% | - |
| HSV(B) | 149.55º | 0.59% | 0.87% | - |
| XYZ | 36.25 | 56.78 | 40.06 | - |
| YUV | 174.89 | 116.77 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 155 | 0.59 | 0 | 0.30 | 0.13 | 149.55 | 0.67 | 0.61 |
| Hex | 5A | DE | 9B | 3B | 0 | 1E | D | 96 | 43 | 3D |
| Octal | 132 | 336 | 233 | 73 | 0 | 36 | 15 | 226 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10011011 | 111011 | 0 | 11110 | 1101 | 10010110 | 1000011 | 111101 |
Color Harmonies of #5ADE9B
Complementary color
Monochromatic Colors of #5ADE9B
Black with #5ADE9B
Text Example
Text Example
White with #5ADE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE9B; }
p { color: rgb(90,222,155); }
H1.HeaderClassName
{
color: #5ADE9B;
}
.AnyTagClassName
{
color: #5ADE9B;
}
</style>
background-color css
<style>
a { background-color: #5ADE9B; }
a { background-color: rgb(90,222,155); }
div.DivClassName
{
background-color: #5ADE9B;
}
.BgClassName
{
background-color: #5ADE9B;
}
</style>
border-color css
<style>
span { border-color: #5ADE9B; }
span { border-color: rgb(90,222,155); }
td.TdClassName
{
border-color: #5ADE9B;
}
.TagClassName
{
border-color: #5ADE9B;
}
</style>