Html Css Color HEX #3C6A73 Ming

📋 copy color: '#3C6A73'

red 60 ◦ green 106 ◦ blue 115

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

Shades of Ming #3C6A73

Tints of Ming #3C6A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.72%

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

R = 21.35%
G = 37.72%
B = 40.93%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C6A73 (or 0x3C6A73) is known color: Ming. HEX triplet: 3C, 6A and 73. RGB value is (60,106,115). Sum of RGB (Red+Green+Blue) = 60+106+115=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C6A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A73 is #C3958C. Grayscale: #5D5D5D. Windows color (decimal): -12817805 or 7563836. OLE color: 7563836.

HSL color Cylindrical-coordinate representation of color #3C6A73: hue angle of 189.82º 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 #3C6A73 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 106 115 -
CMYK 0.48 0.08 0 0.55
HSL 189.82º 0.31% 0.34% -
HSV(B) 189.82º 0.48% 0.45% -
XYZ 10.11 12.51 18.1 -
YUV 93.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 60 106 115 0.48 0.08 0 0.55 189.82 0.31 0.34
Hex 3C 6A 73 30 8 0 37 BE 1F 22
Octal 74 152 163 60 10 0 67 276 37 42
Binary 111100 1101010 1110011 110000 1000 0 110111 10111110 11111 100010

Color Harmonies of #3C6A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6A73

Black with #3C6A73

Text Example


Text Example

White with #3C6A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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