Shades of Medium Aquamarine #60C4AB
Tints of Medium Aquamarine #60C4AB
RGB
CMYK
RGB Variations
Color information
#60C4AB (or 0x60C4AB) is known color: Medium Aquamarine. HEX triplet: 60, C4 and AB. RGB value is (96,196,171). Sum of RGB (Red+Green+Blue) = 96+196+171=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #60C4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C4AB is #9F3B54. Grayscale: #A3A3A3. Windows color (decimal): -10435413 or 11256928. OLE color: 11256928.
HSL color Cylindrical-coordinate representation of color #60C4AB: hue angle of 165º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C4AB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 171 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.23 |
| HSL | 165º | 0.46% | 0.57% | - |
| HSV(B) | 165º | 0.51% | 0.77% | - |
| XYZ | 31.91 | 44.91 | 45.51 | - |
| YUV | 163.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 171 | 0.51 | 0 | 0.13 | 0.23 | 165 | 0.46 | 0.57 |
| Hex | 60 | C4 | AB | 33 | 0 | D | 17 | A5 | 2E | 39 |
| Octal | 140 | 304 | 253 | 63 | 0 | 15 | 27 | 245 | 56 | 71 |
| Binary | 1100000 | 11000100 | 10101011 | 110011 | 0 | 1101 | 10111 | 10100101 | 101110 | 111001 |
Color Harmonies of #60C4AB
Complementary color
Monochromatic Colors of #60C4AB
Black with #60C4AB
Text Example
Text Example
White with #60C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C4AB; }
p { color: rgb(96,196,171); }
H1.HeaderClassName
{
color: #60C4AB;
}
.AnyTagClassName
{
color: #60C4AB;
}
</style>
background-color css
<style>
a { background-color: #60C4AB; }
a { background-color: rgb(96,196,171); }
div.DivClassName
{
background-color: #60C4AB;
}
.BgClassName
{
background-color: #60C4AB;
}
</style>
border-color css
<style>
span { border-color: #60C4AB; }
span { border-color: rgb(96,196,171); }
td.TdClassName
{
border-color: #60C4AB;
}
.TagClassName
{
border-color: #60C4AB;
}
</style>