Shades of Medium Aquamarine #60D7A1
Tints of Medium Aquamarine #60D7A1
RGB
CMYK
RGB Variations
Color information
#60D7A1 (or 0x60D7A1) is known color: Medium Aquamarine. HEX triplet: 60, D7 and A1. RGB value is (96,215,161). Sum of RGB (Red+Green+Blue) = 96+215+161=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D7A1 is #9F285E. Grayscale: #ADADAD. Windows color (decimal): -10430559 or 10606432. OLE color: 10606432.
HSL color Cylindrical-coordinate representation of color #60D7A1: hue angle of 152.77º 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 #60D7A1 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 161 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.16 |
| HSL | 152.77º | 0.6% | 0.61% | - |
| HSV(B) | 152.77º | 0.55% | 0.84% | - |
| XYZ | 35.56 | 53.66 | 42.2 | - |
| YUV | 173.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 161 | 0.55 | 0 | 0.25 | 0.16 | 152.77 | 0.6 | 0.61 |
| Hex | 60 | D7 | A1 | 37 | 0 | 19 | 10 | 99 | 3C | 3D |
| Octal | 140 | 327 | 241 | 67 | 0 | 31 | 20 | 231 | 74 | 75 |
| Binary | 1100000 | 11010111 | 10100001 | 110111 | 0 | 11001 | 10000 | 10011001 | 111100 | 111101 |
Color Harmonies of #60D7A1
Complementary color
Monochromatic Colors of #60D7A1
Black with #60D7A1
Text Example
Text Example
White with #60D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D7A1; }
p { color: rgb(96,215,161); }
H1.HeaderClassName
{
color: #60D7A1;
}
.AnyTagClassName
{
color: #60D7A1;
}
</style>
background-color css
<style>
a { background-color: #60D7A1; }
a { background-color: rgb(96,215,161); }
div.DivClassName
{
background-color: #60D7A1;
}
.BgClassName
{
background-color: #60D7A1;
}
</style>
border-color css
<style>
span { border-color: #60D7A1; }
span { border-color: rgb(96,215,161); }
td.TdClassName
{
border-color: #60D7A1;
}
.TagClassName
{
border-color: #60D7A1;
}
</style>