Shades of Medium Aquamarine #60F2A5
Tints of Medium Aquamarine #60F2A5
RGB
CMYK
RGB Variations
Color information
#60F2A5 (or 0x60F2A5) is known color: Medium Aquamarine. HEX triplet: 60, F2 and A5. RGB value is (96,242,165). Sum of RGB (Red+Green+Blue) = 96+242+165=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #60F2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F2A5 is #9F0D5A. Grayscale: #BDBDBD. Windows color (decimal): -10423643 or 10875488. OLE color: 10875488.
HSL color Cylindrical-coordinate representation of color #60F2A5: hue angle of 148.36º degrees, saturation: 0.85, 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 #60F2A5 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 165 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.05 |
| HSL | 148.36º | 0.85% | 0.66% | - |
| HSV(B) | 148.36º | 0.6% | 0.95% | - |
| XYZ | 43.37 | 68.71 | 46.57 | - |
| YUV | 189.57 | 114.13 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 165 | 0.60 | 0 | 0.32 | 0.05 | 148.36 | 0.85 | 0.66 |
| Hex | 60 | F2 | A5 | 3C | 0 | 20 | 5 | 94 | 55 | 42 |
| Octal | 140 | 362 | 245 | 74 | 0 | 40 | 5 | 224 | 125 | 102 |
| Binary | 1100000 | 11110010 | 10100101 | 111100 | 0 | 100000 | 101 | 10010100 | 1010101 | 1000010 |
Color Harmonies of #60F2A5
Complementary color
Monochromatic Colors of #60F2A5
Black with #60F2A5
Text Example
Text Example
White with #60F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F2A5; }
p { color: rgb(96,242,165); }
H1.HeaderClassName
{
color: #60F2A5;
}
.AnyTagClassName
{
color: #60F2A5;
}
</style>
background-color css
<style>
a { background-color: #60F2A5; }
a { background-color: rgb(96,242,165); }
div.DivClassName
{
background-color: #60F2A5;
}
.BgClassName
{
background-color: #60F2A5;
}
</style>
border-color css
<style>
span { border-color: #60F2A5; }
span { border-color: rgb(96,242,165); }
td.TdClassName
{
border-color: #60F2A5;
}
.TagClassName
{
border-color: #60F2A5;
}
</style>