Html Css Color HEX #3C7170 Ming

📋 copy color: '#3C7170'

red 60 ◦ green 113 ◦ blue 112

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

Shades of Ming #3C7170

Tints of Ming #3C7170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 21.05%
G = 39.65%
B = 39.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#3C7170 (or 0x3C7170) is known color: Ming. HEX triplet: 3C, 71 and 70. RGB value is (60,113,112). Sum of RGB (Red+Green+Blue) = 60+113+112=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7170 is #C38E8F. Grayscale: #606060. Windows color (decimal): -12816016 or 7369020. OLE color: 7369020.

HSL color Cylindrical-coordinate representation of color #3C7170: hue angle of 178.87º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7170 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 113 112 -
CMYK 0.47 0 0.01 0.56
HSL 178.87º 0.31% 0.34% -
HSV(B) 178.87º 0.47% 0.44% -
XYZ 10.69 13.94 17.46 -
YUV 97.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 60 113 112 0.47 0 0.01 0.56 178.87 0.31 0.34
Hex 3C 71 70 2F 0 1 38 B3 1F 22
Octal 74 161 160 57 0 1 70 263 37 42
Binary 111100 1110001 1110000 101111 0 1 111000 10110011 11111 100010

Color Harmonies of #3C7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7170

Black with #3C7170

Text Example


Text Example

White with #3C7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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