Shades of Medium Aquamarine #5AD99B
Tints of Medium Aquamarine #5AD99B
RGB
CMYK
RGB Variations
Color information
#5AD99B (or 0x5AD99B) is known color: Medium Aquamarine. HEX triplet: 5A, D9 and 9B. RGB value is (90,217,155). Sum of RGB (Red+Green+Blue) = 90+217+155=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD99B is #A52664. Grayscale: #ACACAC. Windows color (decimal): -10823269 or 10213722. OLE color: 10213722.
HSL color Cylindrical-coordinate representation of color #5AD99B: hue angle of 150.71º 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 #5AD99B is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 155 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.15 |
| HSL | 150.71º | 0.63% | 0.6% | - |
| HSV(B) | 150.71º | 0.59% | 0.85% | - |
| XYZ | 34.95 | 54.17 | 39.62 | - |
| YUV | 171.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 155 | 0.59 | 0 | 0.29 | 0.15 | 150.71 | 0.63 | 0.6 |
| Hex | 5A | D9 | 9B | 3B | 0 | 1D | F | 97 | 3F | 3C |
| Octal | 132 | 331 | 233 | 73 | 0 | 35 | 17 | 227 | 77 | 74 |
| Binary | 1011010 | 11011001 | 10011011 | 111011 | 0 | 11101 | 1111 | 10010111 | 111111 | 111100 |
Color Harmonies of #5AD99B
Complementary color
Monochromatic Colors of #5AD99B
Black with #5AD99B
Text Example
Text Example
White with #5AD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD99B; }
p { color: rgb(90,217,155); }
H1.HeaderClassName
{
color: #5AD99B;
}
.AnyTagClassName
{
color: #5AD99B;
}
</style>
background-color css
<style>
a { background-color: #5AD99B; }
a { background-color: rgb(90,217,155); }
div.DivClassName
{
background-color: #5AD99B;
}
.BgClassName
{
background-color: #5AD99B;
}
</style>
border-color css
<style>
span { border-color: #5AD99B; }
span { border-color: rgb(90,217,155); }
td.TdClassName
{
border-color: #5AD99B;
}
.TagClassName
{
border-color: #5AD99B;
}
</style>