#387E7B

Color #387E7B Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #387E7B

Tints of Ming #387E7B

Color information

#387E7B (or 0x387E7B) is unknown color: approx Ming. HEX triplet: 38, 7E and 7B. RGB value is (56,126,123). Sum of RGB (Red+Green+Blue) = 56+126+123=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #387E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E7B is #C78184. Grayscale: #686868. Windows color (decimal): -13074821 or 8093240. OLE color: 8093240.

HSL color Cylindrical-coordinate representation of color #387E7B: hue angle of 177.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E7B is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB56126123-
CMYK0.5600.020.51
HSL177.43º38.46%35.69%-
HSV(B)177.43º55.56%49.41%-
XYZ12.6717.1921.39-
YUV104.73138.3193.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=18.36%
G=41.31%
B=40.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561261230.5600.020.51177.4338.4635.69
Hex387E7B380233b12624
Octal701761737002632614644
Binary1110001111110111101111100001011001110110001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387E7B; }

 p { color: rgb(56,126,123); }

 H1.HeaderClassName
 {
   color: #387E7B;
 }
 .AnyTagClassName
 {
   color: #387E7B;
 }
</style>
background-color css

<style>
 a { background-color: #387E7B; }

 a { background-color: rgb(56,126,123); }

 div.DivClassName
 {
   background-color: #387E7B;
 }
 .BgClassName
 {
   background-color: #387E7B;
 }
</style>
border-color css

<style>
 span { border-color: #387E7B; }

 span { border-color: rgb(56,126,123); }

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