Shades of Medium Aquamarine #60C7A3
Tints of Medium Aquamarine #60C7A3
RGB
CMYK
RGB Variations
Color information
#60C7A3 (or 0x60C7A3) is known color: Medium Aquamarine. HEX triplet: 60, C7 and A3. RGB value is (96,199,163). Sum of RGB (Red+Green+Blue) = 96+199+163=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #60C7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C7A3 is #9F385C. Grayscale: #A4A4A4. Windows color (decimal): -10434653 or 10733408. OLE color: 10733408.
HSL color Cylindrical-coordinate representation of color #60C7A3: hue angle of 159.03º 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 #60C7A3 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 163 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.22 |
| HSL | 159.03º | 0.48% | 0.58% | - |
| HSV(B) | 159.03º | 0.52% | 0.78% | - |
| XYZ | 31.86 | 45.98 | 41.85 | - |
| YUV | 164.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 163 | 0.52 | 0 | 0.18 | 0.22 | 159.03 | 0.48 | 0.58 |
| Hex | 60 | C7 | A3 | 34 | 0 | 12 | 16 | 9F | 30 | 3A |
| Octal | 140 | 307 | 243 | 64 | 0 | 22 | 26 | 237 | 60 | 72 |
| Binary | 1100000 | 11000111 | 10100011 | 110100 | 0 | 10010 | 10110 | 10011111 | 110000 | 111010 |
Color Harmonies of #60C7A3
Complementary color
Monochromatic Colors of #60C7A3
Black with #60C7A3
Text Example
Text Example
White with #60C7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7A3; }
p { color: rgb(96,199,163); }
H1.HeaderClassName
{
color: #60C7A3;
}
.AnyTagClassName
{
color: #60C7A3;
}
</style>
background-color css
<style>
a { background-color: #60C7A3; }
a { background-color: rgb(96,199,163); }
div.DivClassName
{
background-color: #60C7A3;
}
.BgClassName
{
background-color: #60C7A3;
}
</style>
border-color css
<style>
span { border-color: #60C7A3; }
span { border-color: rgb(96,199,163); }
td.TdClassName
{
border-color: #60C7A3;
}
.TagClassName
{
border-color: #60C7A3;
}
</style>