Shades of Medium Aquamarine #5FF698
Tints of Medium Aquamarine #5FF698
RGB
CMYK
RGB Variations
Color information
#5FF698 (or 0x5FF698) is known color: Medium Aquamarine. HEX triplet: 5F, F6 and 98. RGB value is (95,246,152). Sum of RGB (Red+Green+Blue) = 95+246+152=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF698 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF698 is #A00967. Grayscale: #BEBEBE. Windows color (decimal): -10488168 or 10024543. OLE color: 10024543.
HSL color Cylindrical-coordinate representation of color #5FF698: hue angle of 142.65º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF698 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 246 | 152 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.04 |
| HSL | 142.65º | 0.89% | 0.67% | - |
| HSV(B) | 142.65º | 0.61% | 0.96% | - |
| XYZ | 43.34 | 70.61 | 41.05 | - |
| YUV | 190.14 | 106.47 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 152 | 0.61 | 0 | 0.38 | 0.04 | 142.65 | 0.89 | 0.67 |
| Hex | 5F | F6 | 98 | 3D | 0 | 26 | 4 | 8F | 59 | 43 |
| Octal | 137 | 366 | 230 | 75 | 0 | 46 | 4 | 217 | 131 | 103 |
| Binary | 1011111 | 11110110 | 10011000 | 111101 | 0 | 100110 | 100 | 10001111 | 1011001 | 1000011 |
Color Harmonies of #5FF698
Complementary color
Monochromatic Colors of #5FF698
Black with #5FF698
Text Example
Text Example
White with #5FF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF698; }
p { color: rgb(95,246,152); }
H1.HeaderClassName
{
color: #5FF698;
}
.AnyTagClassName
{
color: #5FF698;
}
</style>
background-color css
<style>
a { background-color: #5FF698; }
a { background-color: rgb(95,246,152); }
div.DivClassName
{
background-color: #5FF698;
}
.BgClassName
{
background-color: #5FF698;
}
</style>
border-color css
<style>
span { border-color: #5FF698; }
span { border-color: rgb(95,246,152); }
td.TdClassName
{
border-color: #5FF698;
}
.TagClassName
{
border-color: #5FF698;
}
</style>