Shades of Medium Aquamarine #5FE1A2
Tints of Medium Aquamarine #5FE1A2
RGB
CMYK
RGB Variations
Color information
#5FE1A2 (or 0x5FE1A2) is known color: Medium Aquamarine. HEX triplet: 5F, E1 and A2. RGB value is (95,225,162). Sum of RGB (Red+Green+Blue) = 95+225+162=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE1A2 is #A01E5D. Grayscale: #B3B3B3. Windows color (decimal): -10493534 or 10674527. OLE color: 10674527.
HSL color Cylindrical-coordinate representation of color #5FE1A2: hue angle of 150.92º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE1A2 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 162 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.12 |
| HSL | 150.92º | 0.68% | 0.63% | - |
| HSV(B) | 150.92º | 0.58% | 0.88% | - |
| XYZ | 38.17 | 58.89 | 43.54 | - |
| YUV | 178.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 162 | 0.58 | 0 | 0.28 | 0.12 | 150.92 | 0.68 | 0.63 |
| Hex | 5F | E1 | A2 | 3A | 0 | 1C | C | 97 | 44 | 3F |
| Octal | 137 | 341 | 242 | 72 | 0 | 34 | 14 | 227 | 104 | 77 |
| Binary | 1011111 | 11100001 | 10100010 | 111010 | 0 | 11100 | 1100 | 10010111 | 1000100 | 111111 |
Color Harmonies of #5FE1A2
Complementary color
Monochromatic Colors of #5FE1A2
Black with #5FE1A2
Text Example
Text Example
White with #5FE1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE1A2; }
p { color: rgb(95,225,162); }
H1.HeaderClassName
{
color: #5FE1A2;
}
.AnyTagClassName
{
color: #5FE1A2;
}
</style>
background-color css
<style>
a { background-color: #5FE1A2; }
a { background-color: rgb(95,225,162); }
div.DivClassName
{
background-color: #5FE1A2;
}
.BgClassName
{
background-color: #5FE1A2;
}
</style>
border-color css
<style>
span { border-color: #5FE1A2; }
span { border-color: rgb(95,225,162); }
td.TdClassName
{
border-color: #5FE1A2;
}
.TagClassName
{
border-color: #5FE1A2;
}
</style>