Shades of Ming #3C817C
Tints of Ming #3C817C
RGB
CMYK
RGB Variations
Color information
#3C817C (or 0x3C817C) is known color: Ming. HEX triplet: 3C, 81 and 7C. RGB value is (60,129,124). Sum of RGB (Red+Green+Blue) = 60+129+124=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #3C817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C817C is #C37E83. Grayscale: #6B6B6B. Windows color (decimal): -12811908 or 8159548. OLE color: 8159548.
HSL color Cylindrical-coordinate representation of color #3C817C: hue angle of 175.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C817C is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 129 | 124 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.49 |
| HSL | 175.65º | 0.37% | 0.37% | - |
| HSV(B) | 175.65º | 0.53% | 0.51% | - |
| XYZ | 13.35 | 18.12 | 21.86 | - |
| YUV | 107.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 124 | 0.53 | 0 | 0.04 | 0.49 | 175.65 | 0.37 | 0.37 |
| Hex | 3C | 81 | 7C | 35 | 0 | 4 | 31 | B0 | 25 | 25 |
| Octal | 74 | 201 | 174 | 65 | 0 | 4 | 61 | 260 | 45 | 45 |
| Binary | 111100 | 10000001 | 1111100 | 110101 | 0 | 100 | 110001 | 10110000 | 100101 | 100101 |
Color Harmonies of #3C817C
Complementary color
Monochromatic Colors of #3C817C
Black with #3C817C
Text Example
Text Example
White with #3C817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C817C; }
p { color: rgb(60,129,124); }
H1.HeaderClassName
{
color: #3C817C;
}
.AnyTagClassName
{
color: #3C817C;
}
</style>
background-color css
<style>
a { background-color: #3C817C; }
a { background-color: rgb(60,129,124); }
div.DivClassName
{
background-color: #3C817C;
}
.BgClassName
{
background-color: #3C817C;
}
</style>
border-color css
<style>
span { border-color: #3C817C; }
span { border-color: rgb(60,129,124); }
td.TdClassName
{
border-color: #3C817C;
}
.TagClassName
{
border-color: #3C817C;
}
</style>