Shades of Medium Aquamarine #5FE197
Tints of Medium Aquamarine #5FE197
RGB
CMYK
RGB Variations
Color information
#5FE197 (or 0x5FE197) is known color: Medium Aquamarine. HEX triplet: 5F, E1 and 97. RGB value is (95,225,151). Sum of RGB (Red+Green+Blue) = 95+225+151=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE197 is #A01E68. Grayscale: #B1B1B1. Windows color (decimal): -10493545 or 9953631. OLE color: 9953631.
HSL color Cylindrical-coordinate representation of color #5FE197: hue angle of 145.85º 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 #5FE197 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 151 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.12 |
| HSL | 145.85º | 0.68% | 0.63% | - |
| HSV(B) | 145.85º | 0.58% | 0.88% | - |
| XYZ | 37.23 | 58.52 | 38.61 | - |
| YUV | 177.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 151 | 0.58 | 0 | 0.33 | 0.12 | 145.85 | 0.68 | 0.63 |
| Hex | 5F | E1 | 97 | 3A | 0 | 21 | C | 92 | 44 | 3F |
| Octal | 137 | 341 | 227 | 72 | 0 | 41 | 14 | 222 | 104 | 77 |
| Binary | 1011111 | 11100001 | 10010111 | 111010 | 0 | 100001 | 1100 | 10010010 | 1000100 | 111111 |
Color Harmonies of #5FE197
Complementary color
Monochromatic Colors of #5FE197
Black with #5FE197
Text Example
Text Example
White with #5FE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE197; }
p { color: rgb(95,225,151); }
H1.HeaderClassName
{
color: #5FE197;
}
.AnyTagClassName
{
color: #5FE197;
}
</style>
background-color css
<style>
a { background-color: #5FE197; }
a { background-color: rgb(95,225,151); }
div.DivClassName
{
background-color: #5FE197;
}
.BgClassName
{
background-color: #5FE197;
}
</style>
border-color css
<style>
span { border-color: #5FE197; }
span { border-color: rgb(95,225,151); }
td.TdClassName
{
border-color: #5FE197;
}
.TagClassName
{
border-color: #5FE197;
}
</style>