Shades of Medium Aquamarine #5FE198
Tints of Medium Aquamarine #5FE198
RGB
CMYK
RGB Variations
Color information
#5FE198 (or 0x5FE198) is known color: Medium Aquamarine. HEX triplet: 5F, E1 and 98. RGB value is (95,225,152). Sum of RGB (Red+Green+Blue) = 95+225+152=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE198 is #A01E67. Grayscale: #B1B1B1. Windows color (decimal): -10493544 or 10019167. OLE color: 10019167.
HSL color Cylindrical-coordinate representation of color #5FE198: hue angle of 146.31º 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 #5FE198 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 152 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.12 |
| HSL | 146.31º | 0.68% | 0.63% | - |
| HSV(B) | 146.31º | 0.58% | 0.88% | - |
| XYZ | 37.31 | 58.55 | 39.04 | - |
| YUV | 177.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 152 | 0.58 | 0 | 0.32 | 0.12 | 146.31 | 0.68 | 0.63 |
| Hex | 5F | E1 | 98 | 3A | 0 | 20 | C | 92 | 44 | 3F |
| Octal | 137 | 341 | 230 | 72 | 0 | 40 | 14 | 222 | 104 | 77 |
| Binary | 1011111 | 11100001 | 10011000 | 111010 | 0 | 100000 | 1100 | 10010010 | 1000100 | 111111 |
Color Harmonies of #5FE198
Complementary color
Monochromatic Colors of #5FE198
Black with #5FE198
Text Example
Text Example
White with #5FE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE198; }
p { color: rgb(95,225,152); }
H1.HeaderClassName
{
color: #5FE198;
}
.AnyTagClassName
{
color: #5FE198;
}
</style>
background-color css
<style>
a { background-color: #5FE198; }
a { background-color: rgb(95,225,152); }
div.DivClassName
{
background-color: #5FE198;
}
.BgClassName
{
background-color: #5FE198;
}
</style>
border-color css
<style>
span { border-color: #5FE198; }
span { border-color: rgb(95,225,152); }
td.TdClassName
{
border-color: #5FE198;
}
.TagClassName
{
border-color: #5FE198;
}
</style>