Html Css Color HEX #3C817C Ming

📋 copy color: '#3C817C'

red 60 ◦ green 129 ◦ blue 124

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

Shades of Ming #3C817C

Tints of Ming #3C817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 19.17%
G = 41.21%
B = 39.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#3C817C (or 0x3C817C) is known color: Ming. HEX triplet: 3C, 81 and 7C. RGB value is (60,129,124). Sum of RGB (Red+Green+Blue) = 60+129+124=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #3C817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C817C is #C37E83. Grayscale: #6B6B6B. Windows color (decimal): -12811908 or 8159548. OLE color: 8159548.

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

Color convert

RGB 60 129 124 -
CMYK 0.53 0 0.04 0.49
HSL 175.65º 0.37% 0.37% -
HSV(B) 175.65º 0.53% 0.51% -
XYZ 13.35 18.12 21.86 -
YUV 107.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 60 129 124 0.53 0 0.04 0.49 175.65 0.37 0.37
Hex 3C 81 7C 35 0 4 31 B0 25 25
Octal 74 201 174 65 0 4 61 260 45 45
Binary 111100 10000001 1111100 110101 0 100 110001 10110000 100101 100101

Color Harmonies of #3C817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C817C

Black with #3C817C

Text Example


Text Example

White with #3C817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,129,124); }

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

background-color css

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

 a { background-color: rgb(60,129,124); }

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

border-color css

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

 span { border-color: rgb(60,129,124); }

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