Shades of Medium Aquamarine #5AD09E
Tints of Medium Aquamarine #5AD09E
RGB
CMYK
RGB Variations
Color information
#5AD09E (or 0x5AD09E) is known color: Medium Aquamarine. HEX triplet: 5A, D0 and 9E. RGB value is (90,208,158). Sum of RGB (Red+Green+Blue) = 90+208+158=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD09E is #A52F61. Grayscale: #A7A7A7. Windows color (decimal): -10825570 or 10408026. OLE color: 10408026.
HSL color Cylindrical-coordinate representation of color #5AD09E: hue angle of 154.58º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD09E is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 158 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.18 |
| HSL | 154.58º | 0.56% | 0.58% | - |
| HSV(B) | 154.58º | 0.57% | 0.82% | - |
| XYZ | 32.94 | 49.75 | 40.21 | - |
| YUV | 167.02 | 122.91 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 158 | 0.57 | 0 | 0.24 | 0.18 | 154.58 | 0.56 | 0.58 |
| Hex | 5A | D0 | 9E | 39 | 0 | 18 | 12 | 9B | 38 | 3A |
| Octal | 132 | 320 | 236 | 71 | 0 | 30 | 22 | 233 | 70 | 72 |
| Binary | 1011010 | 11010000 | 10011110 | 111001 | 0 | 11000 | 10010 | 10011011 | 111000 | 111010 |
Color Harmonies of #5AD09E
Complementary color
Monochromatic Colors of #5AD09E
Black with #5AD09E
Text Example
Text Example
White with #5AD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD09E; }
p { color: rgb(90,208,158); }
H1.HeaderClassName
{
color: #5AD09E;
}
.AnyTagClassName
{
color: #5AD09E;
}
</style>
background-color css
<style>
a { background-color: #5AD09E; }
a { background-color: rgb(90,208,158); }
div.DivClassName
{
background-color: #5AD09E;
}
.BgClassName
{
background-color: #5AD09E;
}
</style>
border-color css
<style>
span { border-color: #5AD09E; }
span { border-color: rgb(90,208,158); }
td.TdClassName
{
border-color: #5AD09E;
}
.TagClassName
{
border-color: #5AD09E;
}
</style>