Shades of Medium Aquamarine #5FE49C
Tints of Medium Aquamarine #5FE49C
RGB
CMYK
RGB Variations
Color information
#5FE49C (or 0x5FE49C) is known color: Medium Aquamarine. HEX triplet: 5F, E4 and 9C. RGB value is (95,228,156). Sum of RGB (Red+Green+Blue) = 95+228+156=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE49C is #A01B63. Grayscale: #B4B4B4. Windows color (decimal): -10492772 or 10282079. OLE color: 10282079.
HSL color Cylindrical-coordinate representation of color #5FE49C: hue angle of 147.52º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE49C is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 156 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.11 |
| HSL | 147.52º | 0.71% | 0.63% | - |
| HSV(B) | 147.52º | 0.58% | 0.89% | - |
| XYZ | 38.46 | 60.32 | 41.07 | - |
| YUV | 180.03 | 114.44 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 156 | 0.58 | 0 | 0.32 | 0.11 | 147.52 | 0.71 | 0.63 |
| Hex | 5F | E4 | 9C | 3A | 0 | 20 | B | 94 | 47 | 3F |
| Octal | 137 | 344 | 234 | 72 | 0 | 40 | 13 | 224 | 107 | 77 |
| Binary | 1011111 | 11100100 | 10011100 | 111010 | 0 | 100000 | 1011 | 10010100 | 1000111 | 111111 |
Color Harmonies of #5FE49C
Complementary color
Monochromatic Colors of #5FE49C
Black with #5FE49C
Text Example
Text Example
White with #5FE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE49C; }
p { color: rgb(95,228,156); }
H1.HeaderClassName
{
color: #5FE49C;
}
.AnyTagClassName
{
color: #5FE49C;
}
</style>
background-color css
<style>
a { background-color: #5FE49C; }
a { background-color: rgb(95,228,156); }
div.DivClassName
{
background-color: #5FE49C;
}
.BgClassName
{
background-color: #5FE49C;
}
</style>
border-color css
<style>
span { border-color: #5FE49C; }
span { border-color: rgb(95,228,156); }
td.TdClassName
{
border-color: #5FE49C;
}
.TagClassName
{
border-color: #5FE49C;
}
</style>