Shades of Medium Aquamarine #60F3A2
Tints of Medium Aquamarine #60F3A2
RGB
CMYK
RGB Variations
Color information
#60F3A2 (or 0x60F3A2) is known color: Medium Aquamarine. HEX triplet: 60, F3 and A2. RGB value is (96,243,162). Sum of RGB (Red+Green+Blue) = 96+243+162=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #60F3A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F3A2 is #9F0C5D. Grayscale: #BDBDBD. Windows color (decimal): -10423390 or 10679136. OLE color: 10679136.
HSL color Cylindrical-coordinate representation of color #60F3A2: hue angle of 146.94º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F3A2 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 243 | 162 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.05 |
| HSL | 146.94º | 0.86% | 0.66% | - |
| HSV(B) | 146.94º | 0.6% | 0.95% | - |
| XYZ | 43.4 | 69.2 | 45.25 | - |
| YUV | 189.81 | 112.3 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 243 | 162 | 0.60 | 0 | 0.33 | 0.05 | 146.94 | 0.86 | 0.66 |
| Hex | 60 | F3 | A2 | 3C | 0 | 21 | 5 | 93 | 56 | 42 |
| Octal | 140 | 363 | 242 | 74 | 0 | 41 | 5 | 223 | 126 | 102 |
| Binary | 1100000 | 11110011 | 10100010 | 111100 | 0 | 100001 | 101 | 10010011 | 1010110 | 1000010 |
Color Harmonies of #60F3A2
Complementary color
Monochromatic Colors of #60F3A2
Black with #60F3A2
Text Example
Text Example
White with #60F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F3A2; }
p { color: rgb(96,243,162); }
H1.HeaderClassName
{
color: #60F3A2;
}
.AnyTagClassName
{
color: #60F3A2;
}
</style>
background-color css
<style>
a { background-color: #60F3A2; }
a { background-color: rgb(96,243,162); }
div.DivClassName
{
background-color: #60F3A2;
}
.BgClassName
{
background-color: #60F3A2;
}
</style>
border-color css
<style>
span { border-color: #60F3A2; }
span { border-color: rgb(96,243,162); }
td.TdClassName
{
border-color: #60F3A2;
}
.TagClassName
{
border-color: #60F3A2;
}
</style>