Html Css Color HEX #438B7E Lochinvar

📋 copy color: '#438B7E'

red 67 ◦ green 139 ◦ blue 126

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

Shades of Lochinvar #438B7E

Tints of Lochinvar #438B7E

RGB

 RED value IS 67 (26.56% from 255) = 20.18%

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 20.18%
G = 41.87%
B = 37.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#438B7E (or 0x438B7E) is known color: Lochinvar. HEX triplet: 43, 8B and 7E. RGB value is (67,139,126). Sum of RGB (Red+Green+Blue) = 67+139+126=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #438B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B7E is #BC7481. Grayscale: #737373. Windows color (decimal): -12350594 or 8293187. OLE color: 8293187.

HSL color Cylindrical-coordinate representation of color #438B7E: hue angle of 169.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B7E is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 139 126 -
CMYK 0.52 0 0.09 0.45
HSL 169.17º 0.35% 0.4% -
HSV(B) 169.17º 0.52% 0.55% -
XYZ 15.31 21.16 23.02 -
YUV 115.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 67 139 126 0.52 0 0.09 0.45 169.17 0.35 0.4
Hex 43 8B 7E 34 0 9 2D A9 23 28
Octal 103 213 176 64 0 11 55 251 43 50
Binary 1000011 10001011 1111110 110100 0 1001 101101 10101001 100011 101000

Color Harmonies of #438B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B7E

Black with #438B7E

Text Example


Text Example

White with #438B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438B7E; }

 p { color: rgb(67,139,126); }

 H1.HeaderClassName
 {
   color: #438B7E;
 }
 .AnyTagClassName
 {
   color: #438B7E;
 }
</style>

background-color css

<style>
 a { background-color: #438B7E; }

 a { background-color: rgb(67,139,126); }

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

border-color css

<style>
 span { border-color: #438B7E; }

 span { border-color: rgb(67,139,126); }

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