#3B7F7A

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

Shades of Ming #3B7F7A

Tints of Ming #3B7F7A

Color information

#3B7F7A (or 0x3B7F7A) is unknown color: approx 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

RGB59127122-
CMYK0.5400.040.50
HSL175.59º36.56%36.47%-
HSV(B)175.59º53.54%49.8%-
XYZ12.9117.5121.11-
YUV106.1136.9794.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=19.16%
G=41.23%
B=39.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal591271220.5400.040.50175.5936.5636.47
Hex3B7F7A360432b02524
Octal731771726604622604544
Binary11101111111111111010110110010011001010110000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>