#3B6E6C

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

Shades of Ming #3B6E6C

Tints of Ming #3B6E6C

Color information

#3B6E6C (or 0x3B6E6C) is unknown color: approx Ming. HEX triplet: 3B, 6E and 6C. RGB value is (59,110,108). Sum of RGB (Red+Green+Blue) = 59+110+108=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E6C is #C49193. Grayscale: #5E5E5E. Windows color (decimal): -12882324 or 7106107. OLE color: 7106107.

HSL color Cylindrical-coordinate representation of color #3B6E6C: hue angle of 177.65º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6E6C is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB59110108-
CMYK0.4600.020.57
HSL177.65º30.18%33.14%-
HSV(B)177.65º46.36%43.14%-
XYZ10.0913.1616.2-
YUV94.52135.6102.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=21.30%
G=39.71%
B=38.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal591101080.4600.020.57177.6530.1833.14
Hex3B6E6C2E0239b21e21
Octal731561545602712623641
Binary111011110111011011001011100101110011011001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,110,108); }

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

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

 a { background-color: rgb(59,110,108); }

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

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

 span { border-color: rgb(59,110,108); }

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