Html Css Color HEX #3C887C Lochinvar

📋 copy color: '#3C887C'

red 60 ◦ green 136 ◦ blue 124

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

Shades of Lochinvar #3C887C

Tints of Lochinvar #3C887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 18.75%
G = 42.5%
B = 38.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#3C887C (or 0x3C887C) is known color: Lochinvar. HEX triplet: 3C, 88 and 7C. RGB value is (60,136,124). Sum of RGB (Red+Green+Blue) = 60+136+124=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #3C887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C887C is #C37783. Grayscale: #6F6F6F. Windows color (decimal): -12810116 or 8161340. OLE color: 8161340.

HSL color Cylindrical-coordinate representation of color #3C887C: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C887C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 136 124 -
CMYK 0.56 0 0.09 0.47
HSL 170.53º 0.39% 0.38% -
HSV(B) 170.53º 0.56% 0.53% -
XYZ 14.31 20.02 22.18 -
YUV 111.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 60 136 124 0.56 0 0.09 0.47 170.53 0.39 0.38
Hex 3C 88 7C 38 0 9 2F AB 27 26
Octal 74 210 174 70 0 11 57 253 47 46
Binary 111100 10001000 1111100 111000 0 1001 101111 10101011 100111 100110

Color Harmonies of #3C887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C887C

Black with #3C887C

Text Example


Text Example

White with #3C887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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