Shades of Medium Aquamarine #60F096
Tints of Medium Aquamarine #60F096
RGB
CMYK
RGB Variations
Color information
#60F096 (or 0x60F096) is known color: Medium Aquamarine. HEX triplet: 60, F0 and 96. RGB value is (96,240,150). Sum of RGB (Red+Green+Blue) = 96+240+150=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #60F096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F096 is #9F0F69. Grayscale: #BABABA. Windows color (decimal): -10424170 or 9891936. OLE color: 9891936.
HSL color Cylindrical-coordinate representation of color #60F096: hue angle of 142.5º 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 #60F096 is Cyan = 0.6, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 150 | - |
| CMYK | 0.6 | 0 | 0.37 | 0.06 |
| HSL | 142.5º | 0.83% | 0.66% | - |
| HSV(B) | 142.5º | 0.6% | 0.94% | - |
| XYZ | 41.49 | 67.01 | 39.6 | - |
| YUV | 186.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 150 | 0.6 | 0 | 0.37 | 0.06 | 142.5 | 0.83 | 0.66 |
| Hex | 60 | F0 | 96 | 3C | 0 | 25 | 6 | 8E | 53 | 42 |
| Octal | 140 | 360 | 226 | 74 | 0 | 45 | 6 | 216 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10010110 | 111100 | 0 | 100101 | 110 | 10001110 | 1010011 | 1000010 |
Color Harmonies of #60F096
Complementary color
Monochromatic Colors of #60F096
Black with #60F096
Text Example
Text Example
White with #60F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F096; }
p { color: rgb(96,240,150); }
H1.HeaderClassName
{
color: #60F096;
}
.AnyTagClassName
{
color: #60F096;
}
</style>
background-color css
<style>
a { background-color: #60F096; }
a { background-color: rgb(96,240,150); }
div.DivClassName
{
background-color: #60F096;
}
.BgClassName
{
background-color: #60F096;
}
</style>
border-color css
<style>
span { border-color: #60F096; }
span { border-color: rgb(96,240,150); }
td.TdClassName
{
border-color: #60F096;
}
.TagClassName
{
border-color: #60F096;
}
</style>