Shades of Medium Aquamarine #60CC9E
Tints of Medium Aquamarine #60CC9E
RGB
CMYK
RGB Variations
Color information
#60CC9E (or 0x60CC9E) is known color: Medium Aquamarine. HEX triplet: 60, CC and 9E. RGB value is (96,204,158). Sum of RGB (Red+Green+Blue) = 96+204+158=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CC9E is #9F3361. Grayscale: #A6A6A6. Windows color (decimal): -10433378 or 10407008. OLE color: 10407008.
HSL color Cylindrical-coordinate representation of color #60CC9E: hue angle of 154.44º degrees, saturation: 0.51, 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 #60CC9E is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 158 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.2 |
| HSL | 154.44º | 0.51% | 0.59% | - |
| HSV(B) | 154.44º | 0.53% | 0.8% | - |
| XYZ | 32.59 | 48.14 | 39.92 | - |
| YUV | 166.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 158 | 0.53 | 0 | 0.23 | 0.2 | 154.44 | 0.51 | 0.59 |
| Hex | 60 | CC | 9E | 35 | 0 | 17 | 14 | 9A | 33 | 3B |
| Octal | 140 | 314 | 236 | 65 | 0 | 27 | 24 | 232 | 63 | 73 |
| Binary | 1100000 | 11001100 | 10011110 | 110101 | 0 | 10111 | 10100 | 10011010 | 110011 | 111011 |
Color Harmonies of #60CC9E
Complementary color
Monochromatic Colors of #60CC9E
Black with #60CC9E
Text Example
Text Example
White with #60CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC9E; }
p { color: rgb(96,204,158); }
H1.HeaderClassName
{
color: #60CC9E;
}
.AnyTagClassName
{
color: #60CC9E;
}
</style>
background-color css
<style>
a { background-color: #60CC9E; }
a { background-color: rgb(96,204,158); }
div.DivClassName
{
background-color: #60CC9E;
}
.BgClassName
{
background-color: #60CC9E;
}
</style>
border-color css
<style>
span { border-color: #60CC9E; }
span { border-color: rgb(96,204,158); }
td.TdClassName
{
border-color: #60CC9E;
}
.TagClassName
{
border-color: #60CC9E;
}
</style>