Shades of Medium Aquamarine #5FED9E
Tints of Medium Aquamarine #5FED9E
RGB
CMYK
RGB Variations
Color information
#5FED9E (or 0x5FED9E) is known color: Medium Aquamarine. HEX triplet: 5F, ED and 9E. RGB value is (95,237,158). Sum of RGB (Red+Green+Blue) = 95+237+158=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #5FED9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FED9E is #A01261. Grayscale: #B9B9B9. Windows color (decimal): -10490466 or 10415455. OLE color: 10415455.
HSL color Cylindrical-coordinate representation of color #5FED9E: hue angle of 146.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FED9E is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 158 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.07 |
| HSL | 146.62º | 0.8% | 0.65% | - |
| HSV(B) | 146.62º | 0.6% | 0.93% | - |
| XYZ | 41.18 | 65.47 | 42.81 | - |
| YUV | 185.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 158 | 0.60 | 0 | 0.33 | 0.07 | 146.62 | 0.8 | 0.65 |
| Hex | 5F | ED | 9E | 3C | 0 | 21 | 7 | 93 | 50 | 41 |
| Octal | 137 | 355 | 236 | 74 | 0 | 41 | 7 | 223 | 120 | 101 |
| Binary | 1011111 | 11101101 | 10011110 | 111100 | 0 | 100001 | 111 | 10010011 | 1010000 | 1000001 |
Color Harmonies of #5FED9E
Complementary color
Monochromatic Colors of #5FED9E
Black with #5FED9E
Text Example
Text Example
White with #5FED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FED9E; }
p { color: rgb(95,237,158); }
H1.HeaderClassName
{
color: #5FED9E;
}
.AnyTagClassName
{
color: #5FED9E;
}
</style>
background-color css
<style>
a { background-color: #5FED9E; }
a { background-color: rgb(95,237,158); }
div.DivClassName
{
background-color: #5FED9E;
}
.BgClassName
{
background-color: #5FED9E;
}
</style>
border-color css
<style>
span { border-color: #5FED9E; }
span { border-color: rgb(95,237,158); }
td.TdClassName
{
border-color: #5FED9E;
}
.TagClassName
{
border-color: #5FED9E;
}
</style>