Shades of Medium Aquamarine #5AF39E
Tints of Medium Aquamarine #5AF39E
RGB
CMYK
RGB Variations
Color information
#5AF39E (or 0x5AF39E) is known color: Medium Aquamarine. HEX triplet: 5A, F3 and 9E. RGB value is (90,243,158). Sum of RGB (Red+Green+Blue) = 90+243+158=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF39E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF39E is #A50C61. Grayscale: #BBBBBB. Windows color (decimal): -10816610 or 10416986. OLE color: 10416986.
HSL color Cylindrical-coordinate representation of color #5AF39E: hue angle of 146.67º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF39E is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 158 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.05 |
| HSL | 146.67º | 0.86% | 0.65% | - |
| HSV(B) | 146.67º | 0.63% | 0.95% | - |
| XYZ | 42.44 | 68.74 | 43.38 | - |
| YUV | 187.56 | 111.31 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 158 | 0.63 | 0 | 0.35 | 0.05 | 146.67 | 0.86 | 0.65 |
| Hex | 5A | F3 | 9E | 3F | 0 | 23 | 5 | 93 | 56 | 41 |
| Octal | 132 | 363 | 236 | 77 | 0 | 43 | 5 | 223 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10011110 | 111111 | 0 | 100011 | 101 | 10010011 | 1010110 | 1000001 |
Color Harmonies of #5AF39E
Complementary color
Monochromatic Colors of #5AF39E
Black with #5AF39E
Text Example
Text Example
White with #5AF39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF39E; }
p { color: rgb(90,243,158); }
H1.HeaderClassName
{
color: #5AF39E;
}
.AnyTagClassName
{
color: #5AF39E;
}
</style>
background-color css
<style>
a { background-color: #5AF39E; }
a { background-color: rgb(90,243,158); }
div.DivClassName
{
background-color: #5AF39E;
}
.BgClassName
{
background-color: #5AF39E;
}
</style>
border-color css
<style>
span { border-color: #5AF39E; }
span { border-color: rgb(90,243,158); }
td.TdClassName
{
border-color: #5AF39E;
}
.TagClassName
{
border-color: #5AF39E;
}
</style>