Shades of Medium Aquamarine #5FEEA1
Tints of Medium Aquamarine #5FEEA1
RGB
CMYK
RGB Variations
Color information
#5FEEA1 (or 0x5FEEA1) is known color: Medium Aquamarine. HEX triplet: 5F, EE and A1. RGB value is (95,238,161). Sum of RGB (Red+Green+Blue) = 95+238+161=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEEA1 is #A0115E. Grayscale: #BABABA. Windows color (decimal): -10490207 or 10612319. OLE color: 10612319.
HSL color Cylindrical-coordinate representation of color #5FEEA1: hue angle of 147.69º degrees, saturation: 0.81, 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 #5FEEA1 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 161 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.07 |
| HSL | 147.69º | 0.81% | 0.65% | - |
| HSV(B) | 147.69º | 0.6% | 0.93% | - |
| XYZ | 41.73 | 66.16 | 44.29 | - |
| YUV | 186.47 | 113.62 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 161 | 0.60 | 0 | 0.32 | 0.07 | 147.69 | 0.81 | 0.65 |
| Hex | 5F | EE | A1 | 3C | 0 | 20 | 7 | 94 | 51 | 41 |
| Octal | 137 | 356 | 241 | 74 | 0 | 40 | 7 | 224 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10100001 | 111100 | 0 | 100000 | 111 | 10010100 | 1010001 | 1000001 |
Color Harmonies of #5FEEA1
Complementary color
Monochromatic Colors of #5FEEA1
Black with #5FEEA1
Text Example
Text Example
White with #5FEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEA1; }
p { color: rgb(95,238,161); }
H1.HeaderClassName
{
color: #5FEEA1;
}
.AnyTagClassName
{
color: #5FEEA1;
}
</style>
background-color css
<style>
a { background-color: #5FEEA1; }
a { background-color: rgb(95,238,161); }
div.DivClassName
{
background-color: #5FEEA1;
}
.BgClassName
{
background-color: #5FEEA1;
}
</style>
border-color css
<style>
span { border-color: #5FEEA1; }
span { border-color: rgb(95,238,161); }
td.TdClassName
{
border-color: #5FEEA1;
}
.TagClassName
{
border-color: #5FEEA1;
}
</style>