Shades of Medium Aquamarine #60D1AC
Tints of Medium Aquamarine #60D1AC
RGB
CMYK
RGB Variations
Color information
#60D1AC (or 0x60D1AC) is known color: Medium Aquamarine. HEX triplet: 60, D1 and AC. RGB value is (96,209,172). Sum of RGB (Red+Green+Blue) = 96+209+172=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D1AC is #9F2E53. Grayscale: #ABABAB. Windows color (decimal): -10432084 or 11325792. OLE color: 11325792.
HSL color Cylindrical-coordinate representation of color #60D1AC: hue angle of 160.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D1AC is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 209 | 172 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.18 |
| HSL | 160.35º | 0.55% | 0.6% | - |
| HSV(B) | 160.35º | 0.54% | 0.82% | - |
| XYZ | 35.07 | 51.07 | 47.04 | - |
| YUV | 171 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 209 | 172 | 0.54 | 0 | 0.18 | 0.18 | 160.35 | 0.55 | 0.6 |
| Hex | 60 | D1 | AC | 36 | 0 | 12 | 12 | A0 | 37 | 3C |
| Octal | 140 | 321 | 254 | 66 | 0 | 22 | 22 | 240 | 67 | 74 |
| Binary | 1100000 | 11010001 | 10101100 | 110110 | 0 | 10010 | 10010 | 10100000 | 110111 | 111100 |
Color Harmonies of #60D1AC
Complementary color
Monochromatic Colors of #60D1AC
Black with #60D1AC
Text Example
Text Example
White with #60D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D1AC; }
p { color: rgb(96,209,172); }
H1.HeaderClassName
{
color: #60D1AC;
}
.AnyTagClassName
{
color: #60D1AC;
}
</style>
background-color css
<style>
a { background-color: #60D1AC; }
a { background-color: rgb(96,209,172); }
div.DivClassName
{
background-color: #60D1AC;
}
.BgClassName
{
background-color: #60D1AC;
}
</style>
border-color css
<style>
span { border-color: #60D1AC; }
span { border-color: rgb(96,209,172); }
td.TdClassName
{
border-color: #60D1AC;
}
.TagClassName
{
border-color: #60D1AC;
}
</style>