Html Css Color HEX #3C807B Ming

📋 copy color: '#3C807B'

red 60 ◦ green 128 ◦ blue 123

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

Shades of Ming #3C807B

Tints of Ming #3C807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 19.29%
G = 41.16%
B = 39.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#3C807B (or 0x3C807B) is known color: Ming. HEX triplet: 3C, 80 and 7B. RGB value is (60,128,123). Sum of RGB (Red+Green+Blue) = 60+128+123=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #3C807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C807B is #C37F84. Grayscale: #6B6B6B. Windows color (decimal): -12812165 or 8093756. OLE color: 8093756.

HSL color Cylindrical-coordinate representation of color #3C807B: hue angle of 175.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C807B is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 128 123 -
CMYK 0.53 0 0.04 0.50
HSL 175.59º 0.36% 0.37% -
HSV(B) 175.59º 0.53% 0.5% -
XYZ 13.16 17.83 21.49 -
YUV 107.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 60 128 123 0.53 0 0.04 0.50 175.59 0.36 0.37
Hex 3C 80 7B 35 0 4 32 B0 24 25
Octal 74 200 173 65 0 4 62 260 44 45
Binary 111100 10000000 1111011 110101 0 100 110010 10110000 100100 100101

Color Harmonies of #3C807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C807B

Black with #3C807B

Text Example


Text Example

White with #3C807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,128,123); }

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

background-color css

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

 a { background-color: rgb(60,128,123); }

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

border-color css

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

 span { border-color: rgb(60,128,123); }

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