Html Css Color HEX #3C8E81 Lochinvar

📋 copy color: '#3C8E81'

red 60 ◦ green 142 ◦ blue 129

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

Shades of Lochinvar #3C8E81

Tints of Lochinvar #3C8E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.9%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 18.13%
G = 42.9%
B = 38.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#3C8E81 (or 0x3C8E81) is known color: Lochinvar. HEX triplet: 3C, 8E and 81. RGB value is (60,142,129). Sum of RGB (Red+Green+Blue) = 60+142+129=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8E81 is #C3717E. Grayscale: #737373. Windows color (decimal): -12808575 or 8490556. OLE color: 8490556.

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

Color convert

RGB 60 142 129 -
CMYK 0.58 0 0.09 0.44
HSL 170.49º 0.41% 0.4% -
HSV(B) 170.49º 0.58% 0.56% -
XYZ 15.5 21.89 24.18 -
YUV 116 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 60 142 129 0.58 0 0.09 0.44 170.49 0.41 0.4
Hex 3C 8E 81 3A 0 9 2C AA 29 28
Octal 74 216 201 72 0 11 54 252 51 50
Binary 111100 10001110 10000001 111010 0 1001 101100 10101010 101001 101000

Color Harmonies of #3C8E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8E81

Black with #3C8E81

Text Example


Text Example

White with #3C8E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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