Shades of Medium Aquamarine #60CC9F
Tints of Medium Aquamarine #60CC9F
RGB
CMYK
RGB Variations
Color information
#60CC9F (or 0x60CC9F) is known color: Medium Aquamarine. HEX triplet: 60, CC and 9F. RGB value is (96,204,159). Sum of RGB (Red+Green+Blue) = 96+204+159=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CC9F is #9F3360. Grayscale: #A6A6A6. Windows color (decimal): -10433377 or 10472544. OLE color: 10472544.
HSL color Cylindrical-coordinate representation of color #60CC9F: hue angle of 155º 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 #60CC9F is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 159 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.2 |
| HSL | 155º | 0.51% | 0.59% | - |
| HSV(B) | 155º | 0.53% | 0.8% | - |
| XYZ | 32.67 | 48.18 | 40.38 | - |
| YUV | 166.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 159 | 0.53 | 0 | 0.22 | 0.2 | 155 | 0.51 | 0.59 |
| Hex | 60 | CC | 9F | 35 | 0 | 16 | 14 | 9B | 33 | 3B |
| Octal | 140 | 314 | 237 | 65 | 0 | 26 | 24 | 233 | 63 | 73 |
| Binary | 1100000 | 11001100 | 10011111 | 110101 | 0 | 10110 | 10100 | 10011011 | 110011 | 111011 |
Color Harmonies of #60CC9F
Complementary color
Monochromatic Colors of #60CC9F
Black with #60CC9F
Text Example
Text Example
White with #60CC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC9F; }
p { color: rgb(96,204,159); }
H1.HeaderClassName
{
color: #60CC9F;
}
.AnyTagClassName
{
color: #60CC9F;
}
</style>
background-color css
<style>
a { background-color: #60CC9F; }
a { background-color: rgb(96,204,159); }
div.DivClassName
{
background-color: #60CC9F;
}
.BgClassName
{
background-color: #60CC9F;
}
</style>
border-color css
<style>
span { border-color: #60CC9F; }
span { border-color: rgb(96,204,159); }
td.TdClassName
{
border-color: #60CC9F;
}
.TagClassName
{
border-color: #60CC9F;
}
</style>