Shades of Medium Aquamarine #60F295
Tints of Medium Aquamarine #60F295
RGB
CMYK
RGB Variations
Color information
#60F295 (or 0x60F295) is known color: Medium Aquamarine. HEX triplet: 60, F2 and 95. RGB value is (96,242,149). Sum of RGB (Red+Green+Blue) = 96+242+149=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #60F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F295 is #9F0D6A. Grayscale: #BBBBBB. Windows color (decimal): -10423659 or 9826912. OLE color: 9826912.
HSL color Cylindrical-coordinate representation of color #60F295: hue angle of 141.78º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F295 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 149 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.05 |
| HSL | 141.78º | 0.85% | 0.66% | - |
| HSV(B) | 141.78º | 0.6% | 0.95% | - |
| XYZ | 42 | 68.16 | 39.38 | - |
| YUV | 187.74 | 106.13 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 149 | 0.60 | 0 | 0.38 | 0.05 | 141.78 | 0.85 | 0.66 |
| Hex | 60 | F2 | 95 | 3C | 0 | 26 | 5 | 8E | 55 | 42 |
| Octal | 140 | 362 | 225 | 74 | 0 | 46 | 5 | 216 | 125 | 102 |
| Binary | 1100000 | 11110010 | 10010101 | 111100 | 0 | 100110 | 101 | 10001110 | 1010101 | 1000010 |
Color Harmonies of #60F295
Complementary color
Monochromatic Colors of #60F295
Black with #60F295
Text Example
Text Example
White with #60F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F295; }
p { color: rgb(96,242,149); }
H1.HeaderClassName
{
color: #60F295;
}
.AnyTagClassName
{
color: #60F295;
}
</style>
background-color css
<style>
a { background-color: #60F295; }
a { background-color: rgb(96,242,149); }
div.DivClassName
{
background-color: #60F295;
}
.BgClassName
{
background-color: #60F295;
}
</style>
border-color css
<style>
span { border-color: #60F295; }
span { border-color: rgb(96,242,149); }
td.TdClassName
{
border-color: #60F295;
}
.TagClassName
{
border-color: #60F295;
}
</style>