Shades of Medium Aquamarine #60C7AC
Tints of Medium Aquamarine #60C7AC
RGB
CMYK
RGB Variations
Color information
#60C7AC (or 0x60C7AC) is known color: Medium Aquamarine. HEX triplet: 60, C7 and AC. RGB value is (96,199,172). Sum of RGB (Red+Green+Blue) = 96+199+172=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #60C7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C7AC is #9F3853. Grayscale: #A5A5A5. Windows color (decimal): -10434644 or 11323232. OLE color: 11323232.
HSL color Cylindrical-coordinate representation of color #60C7AC: hue angle of 164.27º 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 #60C7AC is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 172 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.22 |
| HSL | 164.27º | 0.48% | 0.58% | - |
| HSV(B) | 164.27º | 0.52% | 0.78% | - |
| XYZ | 32.69 | 46.31 | 46.25 | - |
| YUV | 165.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 172 | 0.52 | 0 | 0.14 | 0.22 | 164.27 | 0.48 | 0.58 |
| Hex | 60 | C7 | AC | 34 | 0 | E | 16 | A4 | 30 | 3A |
| Octal | 140 | 307 | 254 | 64 | 0 | 16 | 26 | 244 | 60 | 72 |
| Binary | 1100000 | 11000111 | 10101100 | 110100 | 0 | 1110 | 10110 | 10100100 | 110000 | 111010 |
Color Harmonies of #60C7AC
Complementary color
Monochromatic Colors of #60C7AC
Black with #60C7AC
Text Example
Text Example
White with #60C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7AC; }
p { color: rgb(96,199,172); }
H1.HeaderClassName
{
color: #60C7AC;
}
.AnyTagClassName
{
color: #60C7AC;
}
</style>
background-color css
<style>
a { background-color: #60C7AC; }
a { background-color: rgb(96,199,172); }
div.DivClassName
{
background-color: #60C7AC;
}
.BgClassName
{
background-color: #60C7AC;
}
</style>
border-color css
<style>
span { border-color: #60C7AC; }
span { border-color: rgb(96,199,172); }
td.TdClassName
{
border-color: #60C7AC;
}
.TagClassName
{
border-color: #60C7AC;
}
</style>