Html Css Color HEX #3B8E7C Lochinvar

📋 copy color: '#3B8E7C'

red 59 ◦ green 142 ◦ blue 124

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

Shades of Lochinvar #3B8E7C

Tints of Lochinvar #3B8E7C

RGB

 RED value IS 59 (23.44% from 255) = 18.15%

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

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

R = 18.15%
G = 43.69%
B = 38.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#3B8E7C (or 0x3B8E7C) is known color: Lochinvar. HEX triplet: 3B, 8E and 7C. RGB value is (59,142,124). Sum of RGB (Red+Green+Blue) = 59+142+124=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E7C is #C47183. Grayscale: #737373. Windows color (decimal): -12874116 or 8162875. OLE color: 8162875.

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

Color convert

RGB 59 142 124 -
CMYK 0.58 0 0.13 0.44
HSL 166.99º 0.41% 0.39% -
HSV(B) 166.99º 0.58% 0.56% -
XYZ 15.11 21.73 22.47 -
YUV 115.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 59 142 124 0.58 0 0.13 0.44 166.99 0.41 0.39
Hex 3B 8E 7C 3A 0 D 2C A7 29 27
Octal 73 216 174 72 0 15 54 247 51 47
Binary 111011 10001110 1111100 111010 0 1101 101100 10100111 101001 100111

Color Harmonies of #3B8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8E7C

Black with #3B8E7C

Text Example


Text Example

White with #3B8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,142,124); }

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

background-color css

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

 a { background-color: rgb(59,142,124); }

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

border-color css

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

 span { border-color: rgb(59,142,124); }

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