Shades of Medium Aquamarine #5AD79B
Tints of Medium Aquamarine #5AD79B
RGB
CMYK
RGB Variations
Color information
#5AD79B (or 0x5AD79B) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and 9B. RGB value is (90,215,155). Sum of RGB (Red+Green+Blue) = 90+215+155=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD79B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD79B is #A52864. Grayscale: #AAAAAA. Windows color (decimal): -10823781 or 10213210. OLE color: 10213210.
HSL color Cylindrical-coordinate representation of color #5AD79B: hue angle of 151.2º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD79B is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 155 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.16 |
| HSL | 151.2º | 0.61% | 0.6% | - |
| HSV(B) | 151.2º | 0.58% | 0.84% | - |
| XYZ | 34.43 | 53.14 | 39.45 | - |
| YUV | 170.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 155 | 0.58 | 0 | 0.28 | 0.16 | 151.2 | 0.61 | 0.6 |
| Hex | 5A | D7 | 9B | 3A | 0 | 1C | 10 | 97 | 3D | 3C |
| Octal | 132 | 327 | 233 | 72 | 0 | 34 | 20 | 227 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10011011 | 111010 | 0 | 11100 | 10000 | 10010111 | 111101 | 111100 |
Color Harmonies of #5AD79B
Complementary color
Monochromatic Colors of #5AD79B
Black with #5AD79B
Text Example
Text Example
White with #5AD79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD79B; }
p { color: rgb(90,215,155); }
H1.HeaderClassName
{
color: #5AD79B;
}
.AnyTagClassName
{
color: #5AD79B;
}
</style>
background-color css
<style>
a { background-color: #5AD79B; }
a { background-color: rgb(90,215,155); }
div.DivClassName
{
background-color: #5AD79B;
}
.BgClassName
{
background-color: #5AD79B;
}
</style>
border-color css
<style>
span { border-color: #5AD79B; }
span { border-color: rgb(90,215,155); }
td.TdClassName
{
border-color: #5AD79B;
}
.TagClassName
{
border-color: #5AD79B;
}
</style>