Shades of Medium Aquamarine #60CE9C
Tints of Medium Aquamarine #60CE9C
RGB
CMYK
RGB Variations
Color information
#60CE9C (or 0x60CE9C) is known color: Medium Aquamarine. HEX triplet: 60, CE and 9C. RGB value is (96,206,156). Sum of RGB (Red+Green+Blue) = 96+206+156=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CE9C is #9F3163. Grayscale: #A7A7A7. Windows color (decimal): -10432868 or 10276448. OLE color: 10276448.
HSL color Cylindrical-coordinate representation of color #60CE9C: hue angle of 152.73º 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 #60CE9C is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 156 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.19 |
| HSL | 152.73º | 0.53% | 0.59% | - |
| HSV(B) | 152.73º | 0.53% | 0.81% | - |
| XYZ | 32.9 | 49.03 | 39.18 | - |
| YUV | 167.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 156 | 0.53 | 0 | 0.24 | 0.19 | 152.73 | 0.53 | 0.59 |
| Hex | 60 | CE | 9C | 35 | 0 | 18 | 13 | 99 | 35 | 3B |
| Octal | 140 | 316 | 234 | 65 | 0 | 30 | 23 | 231 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10011100 | 110101 | 0 | 11000 | 10011 | 10011001 | 110101 | 111011 |
Color Harmonies of #60CE9C
Complementary color
Monochromatic Colors of #60CE9C
Black with #60CE9C
Text Example
Text Example
White with #60CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CE9C; }
p { color: rgb(96,206,156); }
H1.HeaderClassName
{
color: #60CE9C;
}
.AnyTagClassName
{
color: #60CE9C;
}
</style>
background-color css
<style>
a { background-color: #60CE9C; }
a { background-color: rgb(96,206,156); }
div.DivClassName
{
background-color: #60CE9C;
}
.BgClassName
{
background-color: #60CE9C;
}
</style>
border-color css
<style>
span { border-color: #60CE9C; }
span { border-color: rgb(96,206,156); }
td.TdClassName
{
border-color: #60CE9C;
}
.TagClassName
{
border-color: #60CE9C;
}
</style>