Shades of Medium Aquamarine #5FEDA8
Tints of Medium Aquamarine #5FEDA8
RGB
CMYK
RGB Variations
Color information
#5FEDA8 (or 0x5FEDA8) is known color: Medium Aquamarine. HEX triplet: 5F, ED and A8. RGB value is (95,237,168). Sum of RGB (Red+Green+Blue) = 95+237+168=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEDA8 is #A01257. Grayscale: #BABABA. Windows color (decimal): -10490456 or 11070815. OLE color: 11070815.
HSL color Cylindrical-coordinate representation of color #5FEDA8: hue angle of 150.85º 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 #5FEDA8 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 168 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.07 |
| HSL | 150.85º | 0.8% | 0.65% | - |
| HSV(B) | 150.85º | 0.6% | 0.93% | - |
| XYZ | 42.07 | 65.83 | 47.53 | - |
| YUV | 186.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 168 | 0.60 | 0 | 0.29 | 0.07 | 150.85 | 0.8 | 0.65 |
| Hex | 5F | ED | A8 | 3C | 0 | 1D | 7 | 97 | 50 | 41 |
| Octal | 137 | 355 | 250 | 74 | 0 | 35 | 7 | 227 | 120 | 101 |
| Binary | 1011111 | 11101101 | 10101000 | 111100 | 0 | 11101 | 111 | 10010111 | 1010000 | 1000001 |
Color Harmonies of #5FEDA8
Complementary color
Monochromatic Colors of #5FEDA8
Black with #5FEDA8
Text Example
Text Example
White with #5FEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDA8; }
p { color: rgb(95,237,168); }
H1.HeaderClassName
{
color: #5FEDA8;
}
.AnyTagClassName
{
color: #5FEDA8;
}
</style>
background-color css
<style>
a { background-color: #5FEDA8; }
a { background-color: rgb(95,237,168); }
div.DivClassName
{
background-color: #5FEDA8;
}
.BgClassName
{
background-color: #5FEDA8;
}
</style>
border-color css
<style>
span { border-color: #5FEDA8; }
span { border-color: rgb(95,237,168); }
td.TdClassName
{
border-color: #5FEDA8;
}
.TagClassName
{
border-color: #5FEDA8;
}
</style>