Shades of Medium Aquamarine #60F595
Tints of Medium Aquamarine #60F595
RGB
CMYK
RGB Variations
Color information
#60F595 (or 0x60F595) is known color: Medium Aquamarine. HEX triplet: 60, F5 and 95. RGB value is (96,245,149). Sum of RGB (Red+Green+Blue) = 96+245+149=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #60F595 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F595 is #9F0A6A. Grayscale: #BDBDBD. Windows color (decimal): -10422891 or 9827680. OLE color: 9827680.
HSL color Cylindrical-coordinate representation of color #60F595: hue angle of 141.34º degrees, saturation: 0.88, 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 #60F595 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 149 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.04 |
| HSL | 141.34º | 0.88% | 0.67% | - |
| HSV(B) | 141.34º | 0.61% | 0.96% | - |
| XYZ | 42.9 | 69.96 | 39.68 | - |
| YUV | 189.51 | 105.14 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 149 | 0.61 | 0 | 0.39 | 0.04 | 141.34 | 0.88 | 0.67 |
| Hex | 60 | F5 | 95 | 3D | 0 | 27 | 4 | 8D | 58 | 43 |
| Octal | 140 | 365 | 225 | 75 | 0 | 47 | 4 | 215 | 130 | 103 |
| Binary | 1100000 | 11110101 | 10010101 | 111101 | 0 | 100111 | 100 | 10001101 | 1011000 | 1000011 |
Color Harmonies of #60F595
Complementary color
Monochromatic Colors of #60F595
Black with #60F595
Text Example
Text Example
White with #60F595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F595; }
p { color: rgb(96,245,149); }
H1.HeaderClassName
{
color: #60F595;
}
.AnyTagClassName
{
color: #60F595;
}
</style>
background-color css
<style>
a { background-color: #60F595; }
a { background-color: rgb(96,245,149); }
div.DivClassName
{
background-color: #60F595;
}
.BgClassName
{
background-color: #60F595;
}
</style>
border-color css
<style>
span { border-color: #60F595; }
span { border-color: rgb(96,245,149); }
td.TdClassName
{
border-color: #60F595;
}
.TagClassName
{
border-color: #60F595;
}
</style>