Shades of Medium Aquamarine #5AD69C
Tints of Medium Aquamarine #5AD69C
RGB
CMYK
RGB Variations
Color information
#5AD69C (or 0x5AD69C) is known color: Medium Aquamarine. HEX triplet: 5A, D6 and 9C. RGB value is (90,214,156). Sum of RGB (Red+Green+Blue) = 90+214+156=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD69C is #A52963. Grayscale: #AAAAAA. Windows color (decimal): -10824036 or 10278490. OLE color: 10278490.
HSL color Cylindrical-coordinate representation of color #5AD69C: hue angle of 151.94º degrees, saturation: 0.6, 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 #5AD69C is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 156 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.16 |
| HSL | 151.94º | 0.6% | 0.6% | - |
| HSV(B) | 151.94º | 0.58% | 0.84% | - |
| XYZ | 34.26 | 52.67 | 39.81 | - |
| YUV | 170.31 | 119.92 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 156 | 0.58 | 0 | 0.27 | 0.16 | 151.94 | 0.6 | 0.6 |
| Hex | 5A | D6 | 9C | 3A | 0 | 1B | 10 | 98 | 3C | 3C |
| Octal | 132 | 326 | 234 | 72 | 0 | 33 | 20 | 230 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10011100 | 111010 | 0 | 11011 | 10000 | 10011000 | 111100 | 111100 |
Color Harmonies of #5AD69C
Complementary color
Monochromatic Colors of #5AD69C
Black with #5AD69C
Text Example
Text Example
White with #5AD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD69C; }
p { color: rgb(90,214,156); }
H1.HeaderClassName
{
color: #5AD69C;
}
.AnyTagClassName
{
color: #5AD69C;
}
</style>
background-color css
<style>
a { background-color: #5AD69C; }
a { background-color: rgb(90,214,156); }
div.DivClassName
{
background-color: #5AD69C;
}
.BgClassName
{
background-color: #5AD69C;
}
</style>
border-color css
<style>
span { border-color: #5AD69C; }
span { border-color: rgb(90,214,156); }
td.TdClassName
{
border-color: #5AD69C;
}
.TagClassName
{
border-color: #5AD69C;
}
</style>