Html Css Color HEX #3C887B Lochinvar

📋 copy color: '#3C887B'

red 60 ◦ green 136 ◦ blue 123

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

Shades of Lochinvar #3C887B

Tints of Lochinvar #3C887B

RGB

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

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

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

R = 18.81%
G = 42.63%
B = 38.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#3C887B (or 0x3C887B) is known color: Lochinvar. HEX triplet: 3C, 88 and 7B. RGB value is (60,136,123). Sum of RGB (Red+Green+Blue) = 60+136+123=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #3C887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C887B is #C37784. Grayscale: #6F6F6F. Windows color (decimal): -12810117 or 8095804. OLE color: 8095804.

HSL color Cylindrical-coordinate representation of color #3C887B: hue angle of 169.74º 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 #3C887B is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 136 123 -
CMYK 0.56 0 0.10 0.47
HSL 169.74º 0.39% 0.38% -
HSV(B) 169.74º 0.56% 0.53% -
XYZ 14.24 20 21.85 -
YUV 111.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 60 136 123 0.56 0 0.10 0.47 169.74 0.39 0.38
Hex 3C 88 7B 38 0 A 2F AA 27 26
Octal 74 210 173 70 0 12 57 252 47 46
Binary 111100 10001000 1111011 111000 0 1010 101111 10101010 100111 100110

Color Harmonies of #3C887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C887B

Black with #3C887B

Text Example


Text Example

White with #3C887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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