Html Css Color HEX #3E6D6A Ming

📋 copy color: '#3E6D6A'

red 62 ◦ green 109 ◦ blue 106

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

Shades of Ming #3E6D6A

Tints of Ming #3E6D6A

RGB

 RED value IS 62 (24.61% from 255) = 22.38%

 GREEN value IS 109 (42.97% from 255) = 39.35%

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 22.38%
G = 39.35%
B = 38.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#3E6D6A (or 0x3E6D6A) is known color: Ming. HEX triplet: 3E, 6D and 6A. RGB value is (62,109,106). Sum of RGB (Red+Green+Blue) = 62+109+106=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #3E6D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6D6A is #C19295. Grayscale: #5E5E5E. Windows color (decimal): -12685974 or 6974782. OLE color: 6974782.

HSL color Cylindrical-coordinate representation of color #3E6D6A: hue angle of 176.17º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E6D6A is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 109 106 -
CMYK 0.43 0 0.03 0.57
HSL 176.17º 0.27% 0.34% -
HSV(B) 176.17º 0.43% 0.43% -
XYZ 10.06 13 15.62 -
YUV 94.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 62 109 106 0.43 0 0.03 0.57 176.17 0.27 0.34
Hex 3E 6D 6A 2B 0 3 39 B0 1B 22
Octal 76 155 152 53 0 3 71 260 33 42
Binary 111110 1101101 1101010 101011 0 11 111001 10110000 11011 100010

Color Harmonies of #3E6D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6D6A

Black with #3E6D6A

Text Example


Text Example

White with #3E6D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,109,106); }

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

background-color css

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

 a { background-color: rgb(62,109,106); }

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

border-color css

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

 span { border-color: rgb(62,109,106); }

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