Shades of Medium Aquamarine #5FEA98
Tints of Medium Aquamarine #5FEA98
RGB
CMYK
RGB Variations
Color information
#5FEA98 (or 0x5FEA98) is known color: Medium Aquamarine. HEX triplet: 5F, EA and 98. RGB value is (95,234,152). Sum of RGB (Red+Green+Blue) = 95+234+152=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEA98 is #A01567. Grayscale: #B7B7B7. Windows color (decimal): -10491240 or 10021471. OLE color: 10021471.
HSL color Cylindrical-coordinate representation of color #5FEA98: hue angle of 144.6º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEA98 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 152 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.08 |
| HSL | 144.6º | 0.77% | 0.65% | - |
| HSV(B) | 144.6º | 0.59% | 0.92% | - |
| XYZ | 39.81 | 63.55 | 39.87 | - |
| YUV | 183.09 | 110.45 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 152 | 0.59 | 0 | 0.35 | 0.08 | 144.6 | 0.77 | 0.65 |
| Hex | 5F | EA | 98 | 3B | 0 | 23 | 8 | 91 | 4D | 41 |
| Octal | 137 | 352 | 230 | 73 | 0 | 43 | 10 | 221 | 115 | 101 |
| Binary | 1011111 | 11101010 | 10011000 | 111011 | 0 | 100011 | 1000 | 10010001 | 1001101 | 1000001 |
Color Harmonies of #5FEA98
Complementary color
Monochromatic Colors of #5FEA98
Black with #5FEA98
Text Example
Text Example
White with #5FEA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA98; }
p { color: rgb(95,234,152); }
H1.HeaderClassName
{
color: #5FEA98;
}
.AnyTagClassName
{
color: #5FEA98;
}
</style>
background-color css
<style>
a { background-color: #5FEA98; }
a { background-color: rgb(95,234,152); }
div.DivClassName
{
background-color: #5FEA98;
}
.BgClassName
{
background-color: #5FEA98;
}
</style>
border-color css
<style>
span { border-color: #5FEA98; }
span { border-color: rgb(95,234,152); }
td.TdClassName
{
border-color: #5FEA98;
}
.TagClassName
{
border-color: #5FEA98;
}
</style>