Shades of Medium Aquamarine #60CDAC
Tints of Medium Aquamarine #60CDAC
RGB
CMYK
RGB Variations
Color information
#60CDAC (or 0x60CDAC) is known color: Medium Aquamarine. HEX triplet: 60, CD and AC. RGB value is (96,205,172). Sum of RGB (Red+Green+Blue) = 96+205+172=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDAC is #9F3253. Grayscale: #A8A8A8. Windows color (decimal): -10433108 or 11324768. OLE color: 11324768.
HSL color Cylindrical-coordinate representation of color #60CDAC: hue angle of 161.83º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CDAC is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 172 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.20 |
| HSL | 161.83º | 0.52% | 0.59% | - |
| HSV(B) | 161.83º | 0.53% | 0.8% | - |
| XYZ | 34.1 | 49.13 | 46.72 | - |
| YUV | 168.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 172 | 0.53 | 0 | 0.16 | 0.20 | 161.83 | 0.52 | 0.59 |
| Hex | 60 | CD | AC | 35 | 0 | 10 | 14 | A2 | 34 | 3B |
| Octal | 140 | 315 | 254 | 65 | 0 | 20 | 24 | 242 | 64 | 73 |
| Binary | 1100000 | 11001101 | 10101100 | 110101 | 0 | 10000 | 10100 | 10100010 | 110100 | 111011 |
Color Harmonies of #60CDAC
Complementary color
Monochromatic Colors of #60CDAC
Black with #60CDAC
Text Example
Text Example
White with #60CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDAC; }
p { color: rgb(96,205,172); }
H1.HeaderClassName
{
color: #60CDAC;
}
.AnyTagClassName
{
color: #60CDAC;
}
</style>
background-color css
<style>
a { background-color: #60CDAC; }
a { background-color: rgb(96,205,172); }
div.DivClassName
{
background-color: #60CDAC;
}
.BgClassName
{
background-color: #60CDAC;
}
</style>
border-color css
<style>
span { border-color: #60CDAC; }
span { border-color: rgb(96,205,172); }
td.TdClassName
{
border-color: #60CDAC;
}
.TagClassName
{
border-color: #60CDAC;
}
</style>