Html Css Color HEX #3C9386 Lochinvar

📋 copy color: '#3C9386'

red 60 ◦ green 147 ◦ blue 134

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

Shades of Lochinvar #3C9386

Tints of Lochinvar #3C9386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 17.6%
G = 43.11%
B = 39.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#3C9386 (or 0x3C9386) is known color: Lochinvar. HEX triplet: 3C, 93 and 86. RGB value is (60,147,134). Sum of RGB (Red+Green+Blue) = 60+147+134=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9386 is #C36C79. Grayscale: #777777. Windows color (decimal): -12807290 or 8819516. OLE color: 8819516.

HSL color Cylindrical-coordinate representation of color #3C9386: hue angle of 171.03º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9386 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 147 134 -
CMYK 0.59 0 0.09 0.42
HSL 171.03º 0.42% 0.41% -
HSV(B) 171.03º 0.59% 0.58% -
XYZ 16.6 23.55 26.22 -
YUV 119.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 60 147 134 0.59 0 0.09 0.42 171.03 0.42 0.41
Hex 3C 93 86 3B 0 9 2A AB 2A 29
Octal 74 223 206 73 0 11 52 253 52 51
Binary 111100 10010011 10000110 111011 0 1001 101010 10101011 101010 101001

Color Harmonies of #3C9386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9386

Black with #3C9386

Text Example


Text Example

White with #3C9386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,147,134); }

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

background-color css

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

 a { background-color: rgb(60,147,134); }

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

border-color css

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

 span { border-color: rgb(60,147,134); }

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