Html Css Color HEX #408C80 Lochinvar

📋 copy color: '#408C80'

red 64 ◦ green 140 ◦ blue 128

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

Shades of Lochinvar #408C80

Tints of Lochinvar #408C80

RGB

 RED value IS 64 (25.39% from 255) = 19.28%

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 19.28%
G = 42.17%
B = 38.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#408C80 (or 0x408C80) is known color: Lochinvar. HEX triplet: 40, 8C and 80. RGB value is (64,140,128). Sum of RGB (Red+Green+Blue) = 64+140+128=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #408C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408C80 is #BF737F. Grayscale: #737373. Windows color (decimal): -12546944 or 8424512. OLE color: 8424512.

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

Color convert

RGB 64 140 128 -
CMYK 0.54 0 0.09 0.45
HSL 170.53º 0.37% 0.4% -
HSV(B) 170.53º 0.54% 0.55% -
XYZ 15.39 21.4 23.74 -
YUV 115.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 64 140 128 0.54 0 0.09 0.45 170.53 0.37 0.4
Hex 40 8C 80 36 0 9 2D AB 25 28
Octal 100 214 200 66 0 11 55 253 45 50
Binary 1000000 10001100 10000000 110110 0 1001 101101 10101011 100101 101000

Color Harmonies of #408C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408C80

Black with #408C80

Text Example


Text Example

White with #408C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408C80; }

 p { color: rgb(64,140,128); }

 H1.HeaderClassName
 {
   color: #408C80;
 }
 .AnyTagClassName
 {
   color: #408C80;
 }
</style>

background-color css

<style>
 a { background-color: #408C80; }

 a { background-color: rgb(64,140,128); }

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

border-color css

<style>
 span { border-color: #408C80; }

 span { border-color: rgb(64,140,128); }

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