Shades of Medium Aquamarine #60C7AB
Tints of Medium Aquamarine #60C7AB
RGB
CMYK
RGB Variations
Color information
#60C7AB (or 0x60C7AB) is known color: Medium Aquamarine. HEX triplet: 60, C7 and AB. RGB value is (96,199,171). Sum of RGB (Red+Green+Blue) = 96+199+171=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #60C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C7AB is #9F3854. Grayscale: #A5A5A5. Windows color (decimal): -10434645 or 11257696. OLE color: 11257696.
HSL color Cylindrical-coordinate representation of color #60C7AB: hue angle of 163.69º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C7AB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 171 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.22 |
| HSL | 163.69º | 0.48% | 0.58% | - |
| HSV(B) | 163.69º | 0.52% | 0.78% | - |
| XYZ | 32.6 | 46.27 | 45.74 | - |
| YUV | 165.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 171 | 0.52 | 0 | 0.14 | 0.22 | 163.69 | 0.48 | 0.58 |
| Hex | 60 | C7 | AB | 34 | 0 | E | 16 | A4 | 30 | 3A |
| Octal | 140 | 307 | 253 | 64 | 0 | 16 | 26 | 244 | 60 | 72 |
| Binary | 1100000 | 11000111 | 10101011 | 110100 | 0 | 1110 | 10110 | 10100100 | 110000 | 111010 |
Color Harmonies of #60C7AB
Complementary color
Monochromatic Colors of #60C7AB
Black with #60C7AB
Text Example
Text Example
White with #60C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7AB; }
p { color: rgb(96,199,171); }
H1.HeaderClassName
{
color: #60C7AB;
}
.AnyTagClassName
{
color: #60C7AB;
}
</style>
background-color css
<style>
a { background-color: #60C7AB; }
a { background-color: rgb(96,199,171); }
div.DivClassName
{
background-color: #60C7AB;
}
.BgClassName
{
background-color: #60C7AB;
}
</style>
border-color css
<style>
span { border-color: #60C7AB; }
span { border-color: rgb(96,199,171); }
td.TdClassName
{
border-color: #60C7AB;
}
.TagClassName
{
border-color: #60C7AB;
}
</style>