Shades of Medium Aquamarine #60F0A1
Tints of Medium Aquamarine #60F0A1
RGB
CMYK
RGB Variations
Color information
#60F0A1 (or 0x60F0A1) is known color: Medium Aquamarine. HEX triplet: 60, F0 and A1. RGB value is (96,240,161). Sum of RGB (Red+Green+Blue) = 96+240+161=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F0A1 is #9F0F5E. Grayscale: #BCBCBC. Windows color (decimal): -10424159 or 10612832. OLE color: 10612832.
HSL color Cylindrical-coordinate representation of color #60F0A1: hue angle of 147.08º 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 #60F0A1 is Cyan = 0.6, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 161 | - |
| CMYK | 0.6 | 0 | 0.33 | 0.06 |
| HSL | 147.08º | 0.83% | 0.66% | - |
| HSV(B) | 147.08º | 0.6% | 0.94% | - |
| XYZ | 42.42 | 67.38 | 44.49 | - |
| YUV | 187.94 | 112.79 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 161 | 0.6 | 0 | 0.33 | 0.06 | 147.08 | 0.83 | 0.66 |
| Hex | 60 | F0 | A1 | 3C | 0 | 21 | 6 | 93 | 53 | 42 |
| Octal | 140 | 360 | 241 | 74 | 0 | 41 | 6 | 223 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10100001 | 111100 | 0 | 100001 | 110 | 10010011 | 1010011 | 1000010 |
Color Harmonies of #60F0A1
Complementary color
Monochromatic Colors of #60F0A1
Black with #60F0A1
Text Example
Text Example
White with #60F0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F0A1; }
p { color: rgb(96,240,161); }
H1.HeaderClassName
{
color: #60F0A1;
}
.AnyTagClassName
{
color: #60F0A1;
}
</style>
background-color css
<style>
a { background-color: #60F0A1; }
a { background-color: rgb(96,240,161); }
div.DivClassName
{
background-color: #60F0A1;
}
.BgClassName
{
background-color: #60F0A1;
}
</style>
border-color css
<style>
span { border-color: #60F0A1; }
span { border-color: rgb(96,240,161); }
td.TdClassName
{
border-color: #60F0A1;
}
.TagClassName
{
border-color: #60F0A1;
}
</style>