Shades of Medium Aquamarine #5AD6A8
Tints of Medium Aquamarine #5AD6A8
RGB
CMYK
RGB Variations
Color information
#5AD6A8 (or 0x5AD6A8) is known color: Medium Aquamarine. HEX triplet: 5A, D6 and A8. RGB value is (90,214,168). Sum of RGB (Red+Green+Blue) = 90+214+168=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD6A8 is #A52957. Grayscale: #ABABAB. Windows color (decimal): -10824024 or 11064922. OLE color: 11064922.
HSL color Cylindrical-coordinate representation of color #5AD6A8: hue angle of 157.74º 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 #5AD6A8 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 168 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.16 |
| HSL | 157.74º | 0.6% | 0.6% | - |
| HSV(B) | 157.74º | 0.58% | 0.84% | - |
| XYZ | 35.33 | 53.09 | 45.43 | - |
| YUV | 171.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 168 | 0.58 | 0 | 0.21 | 0.16 | 157.74 | 0.6 | 0.6 |
| Hex | 5A | D6 | A8 | 3A | 0 | 15 | 10 | 9E | 3C | 3C |
| Octal | 132 | 326 | 250 | 72 | 0 | 25 | 20 | 236 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10101000 | 111010 | 0 | 10101 | 10000 | 10011110 | 111100 | 111100 |
Color Harmonies of #5AD6A8
Complementary color
Monochromatic Colors of #5AD6A8
Black with #5AD6A8
Text Example
Text Example
White with #5AD6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD6A8; }
p { color: rgb(90,214,168); }
H1.HeaderClassName
{
color: #5AD6A8;
}
.AnyTagClassName
{
color: #5AD6A8;
}
</style>
background-color css
<style>
a { background-color: #5AD6A8; }
a { background-color: rgb(90,214,168); }
div.DivClassName
{
background-color: #5AD6A8;
}
.BgClassName
{
background-color: #5AD6A8;
}
</style>
border-color css
<style>
span { border-color: #5AD6A8; }
span { border-color: rgb(90,214,168); }
td.TdClassName
{
border-color: #5AD6A8;
}
.TagClassName
{
border-color: #5AD6A8;
}
</style>