Shades of Medium Aquamarine #5FF297
Tints of Medium Aquamarine #5FF297
RGB
CMYK
RGB Variations
Color information
#5FF297 (or 0x5FF297) is known color: Medium Aquamarine. HEX triplet: 5F, F2 and 97. RGB value is (95,242,151). Sum of RGB (Red+Green+Blue) = 95+242+151=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF297 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF297 is #A00D68. Grayscale: #BBBBBB. Windows color (decimal): -10489193 or 9957983. OLE color: 9957983.
HSL color Cylindrical-coordinate representation of color #5FF297: hue angle of 142.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF297 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 151 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.05 |
| HSL | 142.86º | 0.85% | 0.66% | - |
| HSV(B) | 142.86º | 0.61% | 0.95% | - |
| XYZ | 42.06 | 68.17 | 40.22 | - |
| YUV | 187.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 151 | 0.61 | 0 | 0.38 | 0.05 | 142.86 | 0.85 | 0.66 |
| Hex | 5F | F2 | 97 | 3D | 0 | 26 | 5 | 8F | 55 | 42 |
| Octal | 137 | 362 | 227 | 75 | 0 | 46 | 5 | 217 | 125 | 102 |
| Binary | 1011111 | 11110010 | 10010111 | 111101 | 0 | 100110 | 101 | 10001111 | 1010101 | 1000010 |
Color Harmonies of #5FF297
Complementary color
Monochromatic Colors of #5FF297
Black with #5FF297
Text Example
Text Example
White with #5FF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF297; }
p { color: rgb(95,242,151); }
H1.HeaderClassName
{
color: #5FF297;
}
.AnyTagClassName
{
color: #5FF297;
}
</style>
background-color css
<style>
a { background-color: #5FF297; }
a { background-color: rgb(95,242,151); }
div.DivClassName
{
background-color: #5FF297;
}
.BgClassName
{
background-color: #5FF297;
}
</style>
border-color css
<style>
span { border-color: #5FF297; }
span { border-color: rgb(95,242,151); }
td.TdClassName
{
border-color: #5FF297;
}
.TagClassName
{
border-color: #5FF297;
}
</style>