Html Css Color HEX #3C7173 Ming

📋 copy color: '#3C7173'

red 60 ◦ green 113 ◦ blue 115

#3C7173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #3C7173

Tints of Ming #3C7173

RGB

 RED value IS 60 (23.83% from 255) = 20.83%

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 115 (45.31% from 255) = 39.93%

R = 20.83%
G = 39.24%
B = 39.93%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C7173 (or 0x3C7173) is known color: Ming. HEX triplet: 3C, 71 and 73. RGB value is (60,113,115). Sum of RGB (Red+Green+Blue) = 60+113+115=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C7173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7173 is #C38E8C. Grayscale: #616161. Windows color (decimal): -12816013 or 7565628. OLE color: 7565628.

HSL color Cylindrical-coordinate representation of color #3C7173: hue angle of 182.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7173 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 113 115 -
CMYK 0.48 0.02 0 0.55
HSL 182.18º 0.31% 0.34% -
HSV(B) 182.18º 0.48% 0.45% -
XYZ 10.86 14.01 18.35 -
YUV 97.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 60 113 115 0.48 0.02 0 0.55 182.18 0.31 0.34
Hex 3C 71 73 30 2 0 37 B6 1F 22
Octal 74 161 163 60 2 0 67 266 37 42
Binary 111100 1110001 1110011 110000 10 0 110111 10110110 11111 100010

Color Harmonies of #3C7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7173

Black with #3C7173

Text Example


Text Example

White with #3C7173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,113,115); }

 H1.HeaderClassName
 {
   color: #3C7173;
 }
 .AnyTagClassName
 {
   color: #3C7173;
 }
</style>

background-color css

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

 a { background-color: rgb(60,113,115); }

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

border-color css

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

 span { border-color: rgb(60,113,115); }

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