Shades of Medium Aquamarine #60F097
Tints of Medium Aquamarine #60F097
RGB
CMYK
RGB Variations
Color information
#60F097 (or 0x60F097) is known color: Medium Aquamarine. HEX triplet: 60, F0 and 97. RGB value is (96,240,151). Sum of RGB (Red+Green+Blue) = 96+240+151=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #60F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F097 is #9F0F68. Grayscale: #BBBBBB. Windows color (decimal): -10424169 or 9957472. OLE color: 9957472.
HSL color Cylindrical-coordinate representation of color #60F097: hue angle of 142.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F097 is Cyan = 0.6, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 151 | - |
| CMYK | 0.6 | 0 | 0.37 | 0.06 |
| HSL | 142.92º | 0.83% | 0.66% | - |
| HSV(B) | 142.92º | 0.6% | 0.94% | - |
| XYZ | 41.57 | 67.04 | 40.03 | - |
| YUV | 186.8 | 107.79 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 151 | 0.6 | 0 | 0.37 | 0.06 | 142.92 | 0.83 | 0.66 |
| Hex | 60 | F0 | 97 | 3C | 0 | 25 | 6 | 8F | 53 | 42 |
| Octal | 140 | 360 | 227 | 74 | 0 | 45 | 6 | 217 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10010111 | 111100 | 0 | 100101 | 110 | 10001111 | 1010011 | 1000010 |
Color Harmonies of #60F097
Complementary color
Monochromatic Colors of #60F097
Black with #60F097
Text Example
Text Example
White with #60F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F097; }
p { color: rgb(96,240,151); }
H1.HeaderClassName
{
color: #60F097;
}
.AnyTagClassName
{
color: #60F097;
}
</style>
background-color css
<style>
a { background-color: #60F097; }
a { background-color: rgb(96,240,151); }
div.DivClassName
{
background-color: #60F097;
}
.BgClassName
{
background-color: #60F097;
}
</style>
border-color css
<style>
span { border-color: #60F097; }
span { border-color: rgb(96,240,151); }
td.TdClassName
{
border-color: #60F097;
}
.TagClassName
{
border-color: #60F097;
}
</style>