Shades of Medium Aquamarine #5AED9C
Tints of Medium Aquamarine #5AED9C
RGB
CMYK
RGB Variations
Color information
#5AED9C (or 0x5AED9C) is known color: Medium Aquamarine. HEX triplet: 5A, ED and 9C. RGB value is (90,237,156). Sum of RGB (Red+Green+Blue) = 90+237+156=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AED9C is #A51263. Grayscale: #B7B7B7. Windows color (decimal): -10818148 or 10284378. OLE color: 10284378.
HSL color Cylindrical-coordinate representation of color #5AED9C: hue angle of 146.94º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AED9C is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 156 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.07 |
| HSL | 146.94º | 0.8% | 0.64% | - |
| HSV(B) | 146.94º | 0.62% | 0.93% | - |
| XYZ | 40.5 | 65.14 | 41.89 | - |
| YUV | 183.81 | 112.3 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 156 | 0.62 | 0 | 0.34 | 0.07 | 146.94 | 0.8 | 0.64 |
| Hex | 5A | ED | 9C | 3E | 0 | 22 | 7 | 93 | 50 | 40 |
| Octal | 132 | 355 | 234 | 76 | 0 | 42 | 7 | 223 | 120 | 100 |
| Binary | 1011010 | 11101101 | 10011100 | 111110 | 0 | 100010 | 111 | 10010011 | 1010000 | 1000000 |
Color Harmonies of #5AED9C
Complementary color
Monochromatic Colors of #5AED9C
Black with #5AED9C
Text Example
Text Example
White with #5AED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AED9C; }
p { color: rgb(90,237,156); }
H1.HeaderClassName
{
color: #5AED9C;
}
.AnyTagClassName
{
color: #5AED9C;
}
</style>
background-color css
<style>
a { background-color: #5AED9C; }
a { background-color: rgb(90,237,156); }
div.DivClassName
{
background-color: #5AED9C;
}
.BgClassName
{
background-color: #5AED9C;
}
</style>
border-color css
<style>
span { border-color: #5AED9C; }
span { border-color: rgb(90,237,156); }
td.TdClassName
{
border-color: #5AED9C;
}
.TagClassName
{
border-color: #5AED9C;
}
</style>