Shades of Medium Aquamarine #5FEDA2
Tints of Medium Aquamarine #5FEDA2
RGB
CMYK
RGB Variations
Color information
#5FEDA2 (or 0x5FEDA2) is known color: Medium Aquamarine. HEX triplet: 5F, ED and A2. RGB value is (95,237,162). Sum of RGB (Red+Green+Blue) = 95+237+162=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEDA2 is #A0125D. Grayscale: #BABABA. Windows color (decimal): -10490462 or 10677599. OLE color: 10677599.
HSL color Cylindrical-coordinate representation of color #5FEDA2: hue angle of 148.31º 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 #5FEDA2 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 162 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.07 |
| HSL | 148.31º | 0.8% | 0.65% | - |
| HSV(B) | 148.31º | 0.6% | 0.93% | - |
| XYZ | 41.53 | 65.61 | 44.66 | - |
| YUV | 185.99 | 114.46 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 162 | 0.60 | 0 | 0.32 | 0.07 | 148.31 | 0.8 | 0.65 |
| Hex | 5F | ED | A2 | 3C | 0 | 20 | 7 | 94 | 50 | 41 |
| Octal | 137 | 355 | 242 | 74 | 0 | 40 | 7 | 224 | 120 | 101 |
| Binary | 1011111 | 11101101 | 10100010 | 111100 | 0 | 100000 | 111 | 10010100 | 1010000 | 1000001 |
Color Harmonies of #5FEDA2
Complementary color
Monochromatic Colors of #5FEDA2
Black with #5FEDA2
Text Example
Text Example
White with #5FEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDA2; }
p { color: rgb(95,237,162); }
H1.HeaderClassName
{
color: #5FEDA2;
}
.AnyTagClassName
{
color: #5FEDA2;
}
</style>
background-color css
<style>
a { background-color: #5FEDA2; }
a { background-color: rgb(95,237,162); }
div.DivClassName
{
background-color: #5FEDA2;
}
.BgClassName
{
background-color: #5FEDA2;
}
</style>
border-color css
<style>
span { border-color: #5FEDA2; }
span { border-color: rgb(95,237,162); }
td.TdClassName
{
border-color: #5FEDA2;
}
.TagClassName
{
border-color: #5FEDA2;
}
</style>