Shades of Medium Aquamarine #60F3A0
Tints of Medium Aquamarine #60F3A0
RGB
CMYK
RGB Variations
Color information
#60F3A0 (or 0x60F3A0) is known color: Medium Aquamarine. HEX triplet: 60, F3 and A0. RGB value is (96,243,160). Sum of RGB (Red+Green+Blue) = 96+243+160=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #60F3A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F3A0 is #9F0C5F. Grayscale: #BDBDBD. Windows color (decimal): -10423392 or 10548064. OLE color: 10548064.
HSL color Cylindrical-coordinate representation of color #60F3A0: hue angle of 146.12º 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 #60F3A0 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 243 | 160 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.05 |
| HSL | 146.12º | 0.86% | 0.66% | - |
| HSV(B) | 146.12º | 0.6% | 0.95% | - |
| XYZ | 43.22 | 69.13 | 44.32 | - |
| YUV | 189.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 243 | 160 | 0.60 | 0 | 0.34 | 0.05 | 146.12 | 0.86 | 0.66 |
| Hex | 60 | F3 | A0 | 3C | 0 | 22 | 5 | 92 | 56 | 42 |
| Octal | 140 | 363 | 240 | 74 | 0 | 42 | 5 | 222 | 126 | 102 |
| Binary | 1100000 | 11110011 | 10100000 | 111100 | 0 | 100010 | 101 | 10010010 | 1010110 | 1000010 |
Color Harmonies of #60F3A0
Complementary color
Monochromatic Colors of #60F3A0
Black with #60F3A0
Text Example
Text Example
White with #60F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F3A0; }
p { color: rgb(96,243,160); }
H1.HeaderClassName
{
color: #60F3A0;
}
.AnyTagClassName
{
color: #60F3A0;
}
</style>
background-color css
<style>
a { background-color: #60F3A0; }
a { background-color: rgb(96,243,160); }
div.DivClassName
{
background-color: #60F3A0;
}
.BgClassName
{
background-color: #60F3A0;
}
</style>
border-color css
<style>
span { border-color: #60F3A0; }
span { border-color: rgb(96,243,160); }
td.TdClassName
{
border-color: #60F3A0;
}
.TagClassName
{
border-color: #60F3A0;
}
</style>