Shades of Medium Aquamarine #5FE19A
Tints of Medium Aquamarine #5FE19A
RGB
CMYK
RGB Variations
Color information
#5FE19A (or 0x5FE19A) is known color: Medium Aquamarine. HEX triplet: 5F, E1 and 9A. RGB value is (95,225,154). Sum of RGB (Red+Green+Blue) = 95+225+154=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE19A is #A01E65. Grayscale: #B2B2B2. Windows color (decimal): -10493542 or 10150239. OLE color: 10150239.
HSL color Cylindrical-coordinate representation of color #5FE19A: hue angle of 147.23º 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 #5FE19A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 154 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.12 |
| HSL | 147.23º | 0.68% | 0.63% | - |
| HSV(B) | 147.23º | 0.58% | 0.88% | - |
| XYZ | 37.48 | 58.62 | 39.91 | - |
| YUV | 178.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 154 | 0.58 | 0 | 0.32 | 0.12 | 147.23 | 0.68 | 0.63 |
| Hex | 5F | E1 | 9A | 3A | 0 | 20 | C | 93 | 44 | 3F |
| Octal | 137 | 341 | 232 | 72 | 0 | 40 | 14 | 223 | 104 | 77 |
| Binary | 1011111 | 11100001 | 10011010 | 111010 | 0 | 100000 | 1100 | 10010011 | 1000100 | 111111 |
Color Harmonies of #5FE19A
Complementary color
Monochromatic Colors of #5FE19A
Black with #5FE19A
Text Example
Text Example
White with #5FE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE19A; }
p { color: rgb(95,225,154); }
H1.HeaderClassName
{
color: #5FE19A;
}
.AnyTagClassName
{
color: #5FE19A;
}
</style>
background-color css
<style>
a { background-color: #5FE19A; }
a { background-color: rgb(95,225,154); }
div.DivClassName
{
background-color: #5FE19A;
}
.BgClassName
{
background-color: #5FE19A;
}
</style>
border-color css
<style>
span { border-color: #5FE19A; }
span { border-color: rgb(95,225,154); }
td.TdClassName
{
border-color: #5FE19A;
}
.TagClassName
{
border-color: #5FE19A;
}
</style>