Shades of Medium Aquamarine #60CDA0
Tints of Medium Aquamarine #60CDA0
RGB
CMYK
RGB Variations
Color information
#60CDA0 (or 0x60CDA0) is known color: Medium Aquamarine. HEX triplet: 60, CD and A0. RGB value is (96,205,160). Sum of RGB (Red+Green+Blue) = 96+205+160=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDA0 is #9F325F. Grayscale: #A7A7A7. Windows color (decimal): -10433120 or 10538336. OLE color: 10538336.
HSL color Cylindrical-coordinate representation of color #60CDA0: hue angle of 155.23º 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 #60CDA0 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 160 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.20 |
| HSL | 155.23º | 0.52% | 0.59% | - |
| HSV(B) | 155.23º | 0.53% | 0.8% | - |
| XYZ | 33 | 48.69 | 40.92 | - |
| YUV | 167.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 160 | 0.53 | 0 | 0.22 | 0.20 | 155.23 | 0.52 | 0.59 |
| Hex | 60 | CD | A0 | 35 | 0 | 16 | 14 | 9B | 34 | 3B |
| Octal | 140 | 315 | 240 | 65 | 0 | 26 | 24 | 233 | 64 | 73 |
| Binary | 1100000 | 11001101 | 10100000 | 110101 | 0 | 10110 | 10100 | 10011011 | 110100 | 111011 |
Color Harmonies of #60CDA0
Complementary color
Monochromatic Colors of #60CDA0
Black with #60CDA0
Text Example
Text Example
White with #60CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDA0; }
p { color: rgb(96,205,160); }
H1.HeaderClassName
{
color: #60CDA0;
}
.AnyTagClassName
{
color: #60CDA0;
}
</style>
background-color css
<style>
a { background-color: #60CDA0; }
a { background-color: rgb(96,205,160); }
div.DivClassName
{
background-color: #60CDA0;
}
.BgClassName
{
background-color: #60CDA0;
}
</style>
border-color css
<style>
span { border-color: #60CDA0; }
span { border-color: rgb(96,205,160); }
td.TdClassName
{
border-color: #60CDA0;
}
.TagClassName
{
border-color: #60CDA0;
}
</style>