Shades of Medium Aquamarine #60F0A2
Tints of Medium Aquamarine #60F0A2
RGB
CMYK
RGB Variations
Color information
#60F0A2 (or 0x60F0A2) is known color: Medium Aquamarine. HEX triplet: 60, F0 and A2. RGB value is (96,240,162). Sum of RGB (Red+Green+Blue) = 96+240+162=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F0A2 is #9F0F5D. Grayscale: #BCBCBC. Windows color (decimal): -10424158 or 10678368. OLE color: 10678368.
HSL color Cylindrical-coordinate representation of color #60F0A2: hue angle of 147.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 #60F0A2 is Cyan = 0.6, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 162 | - |
| CMYK | 0.6 | 0 | 0.32 | 0.06 |
| HSL | 147.5º | 0.83% | 0.66% | - |
| HSV(B) | 147.5º | 0.6% | 0.94% | - |
| XYZ | 42.51 | 67.42 | 44.95 | - |
| YUV | 188.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 162 | 0.6 | 0 | 0.32 | 0.06 | 147.5 | 0.83 | 0.66 |
| Hex | 60 | F0 | A2 | 3C | 0 | 20 | 6 | 94 | 53 | 42 |
| Octal | 140 | 360 | 242 | 74 | 0 | 40 | 6 | 224 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10100010 | 111100 | 0 | 100000 | 110 | 10010100 | 1010011 | 1000010 |
Color Harmonies of #60F0A2
Complementary color
Monochromatic Colors of #60F0A2
Black with #60F0A2
Text Example
Text Example
White with #60F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F0A2; }
p { color: rgb(96,240,162); }
H1.HeaderClassName
{
color: #60F0A2;
}
.AnyTagClassName
{
color: #60F0A2;
}
</style>
background-color css
<style>
a { background-color: #60F0A2; }
a { background-color: rgb(96,240,162); }
div.DivClassName
{
background-color: #60F0A2;
}
.BgClassName
{
background-color: #60F0A2;
}
</style>
border-color css
<style>
span { border-color: #60F0A2; }
span { border-color: rgb(96,240,162); }
td.TdClassName
{
border-color: #60F0A2;
}
.TagClassName
{
border-color: #60F0A2;
}
</style>