Shades of Medium Aquamarine #60CEA0
Tints of Medium Aquamarine #60CEA0
RGB
CMYK
RGB Variations
Color information
#60CEA0 (or 0x60CEA0) is known color: Medium Aquamarine. HEX triplet: 60, CE and A0. RGB value is (96,206,160). Sum of RGB (Red+Green+Blue) = 96+206+160=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEA0 is #9F315F. Grayscale: #A7A7A7. Windows color (decimal): -10432864 or 10538592. OLE color: 10538592.
HSL color Cylindrical-coordinate representation of color #60CEA0: hue angle of 154.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEA0 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 160 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.19 |
| HSL | 154.91º | 0.53% | 0.59% | - |
| HSV(B) | 154.91º | 0.53% | 0.81% | - |
| XYZ | 33.24 | 49.17 | 41 | - |
| YUV | 167.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 160 | 0.53 | 0 | 0.22 | 0.19 | 154.91 | 0.53 | 0.59 |
| Hex | 60 | CE | A0 | 35 | 0 | 16 | 13 | 9B | 35 | 3B |
| Octal | 140 | 316 | 240 | 65 | 0 | 26 | 23 | 233 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10100000 | 110101 | 0 | 10110 | 10011 | 10011011 | 110101 | 111011 |
Color Harmonies of #60CEA0
Complementary color
Monochromatic Colors of #60CEA0
Black with #60CEA0
Text Example
Text Example
White with #60CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEA0; }
p { color: rgb(96,206,160); }
H1.HeaderClassName
{
color: #60CEA0;
}
.AnyTagClassName
{
color: #60CEA0;
}
</style>
background-color css
<style>
a { background-color: #60CEA0; }
a { background-color: rgb(96,206,160); }
div.DivClassName
{
background-color: #60CEA0;
}
.BgClassName
{
background-color: #60CEA0;
}
</style>
border-color css
<style>
span { border-color: #60CEA0; }
span { border-color: rgb(96,206,160); }
td.TdClassName
{
border-color: #60CEA0;
}
.TagClassName
{
border-color: #60CEA0;
}
</style>