#3C7F7B

Color #3C7F7B Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #3C7F7B

Tints of Ming #3C7F7B

Color information

#3C7F7B (or 0x3C7F7B) is unknown color: approx Ming. HEX triplet: 3C, 7F and 7B. RGB value is (60,127,123). Sum of RGB (Red+Green+Blue) = 60+127+123=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F7B is #C38084. Grayscale: #6A6A6A. Windows color (decimal): -12812421 or 8093500. OLE color: 8093500.

HSL color Cylindrical-coordinate representation of color #3C7F7B: hue angle of 176.42º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F7B is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB60127123-
CMYK0.5300.030.50
HSL176.42º35.83%36.67%-
HSV(B)176.42º52.76%49.8%-
XYZ13.0317.5721.44-
YUV106.51137.394.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=19.35%
G=40.97%
B=39.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601271230.5300.030.50176.4235.8336.67
Hex3C7F7B350332b02425
Octal741771736503622604445
Binary1111001111111111101111010101111001010110000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C7F7B; }

 p { color: rgb(60,127,123); }

 H1.HeaderClassName
 {
   color: #3C7F7B;
 }
 .AnyTagClassName
 {
   color: #3C7F7B;
 }
</style>
background-color css

<style>
 a { background-color: #3C7F7B; }

 a { background-color: rgb(60,127,123); }

 div.DivClassName
 {
   background-color: #3C7F7B;
 }
 .BgClassName
 {
   background-color: #3C7F7B;
 }
</style>
border-color css

<style>
 span { border-color: #3C7F7B; }

 span { border-color: rgb(60,127,123); }

 td.TdClassName
 {
   border-color: #3C7F7B;
 }
 .TagClassName
 {
   border-color: #3C7F7B;
 }
</style>