Shades of Medium Aquamarine #60D7A2
Tints of Medium Aquamarine #60D7A2
RGB
CMYK
RGB Variations
Color information
#60D7A2 (or 0x60D7A2) is known color: Medium Aquamarine. HEX triplet: 60, D7 and A2. RGB value is (96,215,162). Sum of RGB (Red+Green+Blue) = 96+215+162=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D7A2 is #9F285D. Grayscale: #ADADAD. Windows color (decimal): -10430558 or 10671968. OLE color: 10671968.
HSL color Cylindrical-coordinate representation of color #60D7A2: hue angle of 153.28º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7A2 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 162 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.16 |
| HSL | 153.28º | 0.6% | 0.61% | - |
| HSV(B) | 153.28º | 0.55% | 0.84% | - |
| XYZ | 35.65 | 53.7 | 42.67 | - |
| YUV | 173.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 162 | 0.55 | 0 | 0.25 | 0.16 | 153.28 | 0.6 | 0.61 |
| Hex | 60 | D7 | A2 | 37 | 0 | 19 | 10 | 99 | 3C | 3D |
| Octal | 140 | 327 | 242 | 67 | 0 | 31 | 20 | 231 | 74 | 75 |
| Binary | 1100000 | 11010111 | 10100010 | 110111 | 0 | 11001 | 10000 | 10011001 | 111100 | 111101 |
Color Harmonies of #60D7A2
Complementary color
Monochromatic Colors of #60D7A2
Black with #60D7A2
Text Example
Text Example
White with #60D7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D7A2; }
p { color: rgb(96,215,162); }
H1.HeaderClassName
{
color: #60D7A2;
}
.AnyTagClassName
{
color: #60D7A2;
}
</style>
background-color css
<style>
a { background-color: #60D7A2; }
a { background-color: rgb(96,215,162); }
div.DivClassName
{
background-color: #60D7A2;
}
.BgClassName
{
background-color: #60D7A2;
}
</style>
border-color css
<style>
span { border-color: #60D7A2; }
span { border-color: rgb(96,215,162); }
td.TdClassName
{
border-color: #60D7A2;
}
.TagClassName
{
border-color: #60D7A2;
}
</style>