Html Css Color HEX #408B80 Lochinvar

📋 copy color: '#408B80'

red 64 ◦ green 139 ◦ blue 128

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

Shades of Lochinvar #408B80

Tints of Lochinvar #408B80

RGB

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

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

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

R = 19.34%
G = 41.99%
B = 38.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#408B80 (or 0x408B80) is known color: Lochinvar. HEX triplet: 40, 8B and 80. RGB value is (64,139,128). Sum of RGB (Red+Green+Blue) = 64+139+128=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #408B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B80 is #BF747F. Grayscale: #737373. Windows color (decimal): -12547200 or 8424256. OLE color: 8424256.

HSL color Cylindrical-coordinate representation of color #408B80: hue angle of 171.2º 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 #408B80 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 128 -
CMYK 0.54 0 0.08 0.45
HSL 171.2º 0.37% 0.4% -
HSV(B) 171.2º 0.54% 0.55% -
XYZ 15.24 21.11 23.69 -
YUV 115.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 64 139 128 0.54 0 0.08 0.45 171.2 0.37 0.4
Hex 40 8B 80 36 0 8 2D AB 25 28
Octal 100 213 200 66 0 10 55 253 45 50
Binary 1000000 10001011 10000000 110110 0 1000 101101 10101011 100101 101000

Color Harmonies of #408B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B80

Black with #408B80

Text Example


Text Example

White with #408B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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