Shades of Ming #3B7F7A
Tints of Ming #3B7F7A
RGB
CMYK
RGB Variations
Color information
#3B7F7A (or 0x3B7F7A) is known color: Ming. HEX triplet: 3B, 7F and 7A. RGB value is (59,127,122). Sum of RGB (Red+Green+Blue) = 59+127+122=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F7A is #C48085. Grayscale: #6A6A6A. Windows color (decimal): -12877958 or 8027963. OLE color: 8027963.
HSL color Cylindrical-coordinate representation of color #3B7F7A: hue angle of 175.59º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7F7A is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 122 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.50 |
| HSL | 175.59º | 0.37% | 0.36% | - |
| HSV(B) | 175.59º | 0.54% | 0.5% | - |
| XYZ | 12.91 | 17.51 | 21.11 | - |
| YUV | 106.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 122 | 0.54 | 0 | 0.04 | 0.50 | 175.59 | 0.37 | 0.36 |
| Hex | 3B | 7F | 7A | 36 | 0 | 4 | 32 | B0 | 25 | 24 |
| Octal | 73 | 177 | 172 | 66 | 0 | 4 | 62 | 260 | 45 | 44 |
| Binary | 111011 | 1111111 | 1111010 | 110110 | 0 | 100 | 110010 | 10110000 | 100101 | 100100 |
Color Harmonies of #3B7F7A
Complementary color
Monochromatic Colors of #3B7F7A
Black with #3B7F7A
Text Example
Text Example
White with #3B7F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F7A; }
p { color: rgb(59,127,122); }
H1.HeaderClassName
{
color: #3B7F7A;
}
.AnyTagClassName
{
color: #3B7F7A;
}
</style>
background-color css
<style>
a { background-color: #3B7F7A; }
a { background-color: rgb(59,127,122); }
div.DivClassName
{
background-color: #3B7F7A;
}
.BgClassName
{
background-color: #3B7F7A;
}
</style>
border-color css
<style>
span { border-color: #3B7F7A; }
span { border-color: rgb(59,127,122); }
td.TdClassName
{
border-color: #3B7F7A;
}
.TagClassName
{
border-color: #3B7F7A;
}
</style>