Shades of Ming #3C6D72
Tints of Ming #3C6D72
RGB
CMYK
RGB Variations
Color information
#3C6D72 (or 0x3C6D72) is known color: Ming. HEX triplet: 3C, 6D and 72. RGB value is (60,109,114). Sum of RGB (Red+Green+Blue) = 60+109+114=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C6D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D72 is #C3928D. Grayscale: #5E5E5E. Windows color (decimal): -12817038 or 7499068. OLE color: 7499068.
HSL color Cylindrical-coordinate representation of color #3C6D72: hue angle of 185.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C6D72 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 109 | 114 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.55 |
| HSL | 185.56º | 0.31% | 0.34% | - |
| HSV(B) | 185.56º | 0.47% | 0.45% | - |
| XYZ | 10.37 | 13.11 | 17.9 | - |
| YUV | 94.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 114 | 0.47 | 0.04 | 0 | 0.55 | 185.56 | 0.31 | 0.34 |
| Hex | 3C | 6D | 72 | 2F | 4 | 0 | 37 | BA | 1F | 22 |
| Octal | 74 | 155 | 162 | 57 | 4 | 0 | 67 | 272 | 37 | 42 |
| Binary | 111100 | 1101101 | 1110010 | 101111 | 100 | 0 | 110111 | 10111010 | 11111 | 100010 |
Color Harmonies of #3C6D72
Complementary color
Monochromatic Colors of #3C6D72
Black with #3C6D72
Text Example
Text Example
White with #3C6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6D72; }
p { color: rgb(60,109,114); }
H1.HeaderClassName
{
color: #3C6D72;
}
.AnyTagClassName
{
color: #3C6D72;
}
</style>
background-color css
<style>
a { background-color: #3C6D72; }
a { background-color: rgb(60,109,114); }
div.DivClassName
{
background-color: #3C6D72;
}
.BgClassName
{
background-color: #3C6D72;
}
</style>
border-color css
<style>
span { border-color: #3C6D72; }
span { border-color: rgb(60,109,114); }
td.TdClassName
{
border-color: #3C6D72;
}
.TagClassName
{
border-color: #3C6D72;
}
</style>