Html Css Color HEX #3E7D7B Ming

📋 copy color: '#3E7D7B'

red 62 ◦ green 125 ◦ blue 123

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

Shades of Ming #3E7D7B

Tints of Ming #3E7D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.32%

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 20%
G = 40.32%
B = 39.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#3E7D7B (or 0x3E7D7B) is known color: Ming. HEX triplet: 3E, 7D and 7B. RGB value is (62,125,123). Sum of RGB (Red+Green+Blue) = 62+125+123=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #3E7D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7D7B is #C18284. Grayscale: #696969. Windows color (decimal): -12681861 or 8092990. OLE color: 8092990.

HSL color Cylindrical-coordinate representation of color #3E7D7B: hue angle of 178.1º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7D7B is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 125 123 -
CMYK 0.50 0 0.02 0.51
HSL 178.1º 0.34% 0.37% -
HSV(B) 178.1º 0.5% 0.49% -
XYZ 12.9 17.12 21.36 -
YUV 105.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 62 125 123 0.50 0 0.02 0.51 178.1 0.34 0.37
Hex 3E 7D 7B 32 0 2 33 B2 22 25
Octal 76 175 173 62 0 2 63 262 42 45
Binary 111110 1111101 1111011 110010 0 10 110011 10110010 100010 100101

Color Harmonies of #3E7D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7D7B

Black with #3E7D7B

Text Example


Text Example

White with #3E7D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,125,123); }

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

background-color css

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

 a { background-color: rgb(62,125,123); }

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

border-color css

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

 span { border-color: rgb(62,125,123); }

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