Html Css Color HEX #38787C Ming

📋 copy color: '#38787C'

red 56 ◦ green 120 ◦ blue 124

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

Shades of Ming #38787C

Tints of Ming #38787C

RGB

 RED value IS 56 (22.27% from 255) = 18.67%

 GREEN value IS 120 (47.27% from 255) = 40%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 18.67%
G = 40%
B = 41.33%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38787C (or 0x38787C) is known color: Ming. HEX triplet: 38, 78 and 7C. RGB value is (56,120,124). Sum of RGB (Red+Green+Blue) = 56+120+124=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #38787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38787C is #C78783. Grayscale: #656565. Windows color (decimal): -13076356 or 8157240. OLE color: 8157240.

HSL color Cylindrical-coordinate representation of color #38787C: hue angle of 183.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38787C is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 120 124 -
CMYK 0.55 0.03 0 0.51
HSL 183.53º 0.38% 0.35% -
HSV(B) 183.53º 0.55% 0.49% -
XYZ 11.99 15.73 21.47 -
YUV 101.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 56 120 124 0.55 0.03 0 0.51 183.53 0.38 0.35
Hex 38 78 7C 37 3 0 33 B8 26 23
Octal 70 170 174 67 3 0 63 270 46 43
Binary 111000 1111000 1111100 110111 11 0 110011 10111000 100110 100011

Color Harmonies of #38787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38787C

Black with #38787C

Text Example


Text Example

White with #38787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38787C; }

 p { color: rgb(56,120,124); }

 H1.HeaderClassName
 {
   color: #38787C;
 }
 .AnyTagClassName
 {
   color: #38787C;
 }
</style>

background-color css

<style>
 a { background-color: #38787C; }

 a { background-color: rgb(56,120,124); }

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

border-color css

<style>
 span { border-color: #38787C; }

 span { border-color: rgb(56,120,124); }

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