Shades of Medium Aquamarine #60F697
Tints of Medium Aquamarine #60F697
RGB
CMYK
RGB Variations
Color information
#60F697 (or 0x60F697) is known color: Medium Aquamarine. HEX triplet: 60, F6 and 97. RGB value is (96,246,151). Sum of RGB (Red+Green+Blue) = 96+246+151=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #60F697 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F697 is #9F0968. Grayscale: #BEBEBE. Windows color (decimal): -10422633 or 9959008. OLE color: 9959008.
HSL color Cylindrical-coordinate representation of color #60F697: hue angle of 142º 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 #60F697 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 246 | 151 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.04 |
| HSL | 142º | 0.89% | 0.67% | - |
| HSV(B) | 142º | 0.61% | 0.96% | - |
| XYZ | 43.37 | 70.63 | 40.63 | - |
| YUV | 190.32 | 105.81 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 246 | 151 | 0.61 | 0 | 0.39 | 0.04 | 142 | 0.89 | 0.67 |
| Hex | 60 | F6 | 97 | 3D | 0 | 27 | 4 | 8E | 59 | 43 |
| Octal | 140 | 366 | 227 | 75 | 0 | 47 | 4 | 216 | 131 | 103 |
| Binary | 1100000 | 11110110 | 10010111 | 111101 | 0 | 100111 | 100 | 10001110 | 1011001 | 1000011 |
Color Harmonies of #60F697
Complementary color
Monochromatic Colors of #60F697
Black with #60F697
Text Example
Text Example
White with #60F697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F697; }
p { color: rgb(96,246,151); }
H1.HeaderClassName
{
color: #60F697;
}
.AnyTagClassName
{
color: #60F697;
}
</style>
background-color css
<style>
a { background-color: #60F697; }
a { background-color: rgb(96,246,151); }
div.DivClassName
{
background-color: #60F697;
}
.BgClassName
{
background-color: #60F697;
}
</style>
border-color css
<style>
span { border-color: #60F697; }
span { border-color: rgb(96,246,151); }
td.TdClassName
{
border-color: #60F697;
}
.TagClassName
{
border-color: #60F697;
}
</style>