Html Css Color HEX #50A18D Lochinvar

📋 copy color: '#50A18D'

red 80 ◦ green 161 ◦ blue 141

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

Shades of Lochinvar #50A18D

Tints of Lochinvar #50A18D

RGB

 RED value IS 80 (31.64% from 255) = 20.94%

 GREEN value IS 161 (63.28% from 255) = 42.15%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 20.94%
G = 42.15%
B = 36.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#50A18D (or 0x50A18D) is known color: Lochinvar. HEX triplet: 50, A1 and 8D. RGB value is (80,161,141). Sum of RGB (Red+Green+Blue) = 80+161+141=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #50A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A18D is #AF5E72. Grayscale: #868686. Windows color (decimal): -11492979 or 9281872. OLE color: 9281872.

HSL color Cylindrical-coordinate representation of color #50A18D: hue angle of 165.19º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A18D is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 141 -
CMYK 0.50 0 0.12 0.37
HSL 165.19º 0.34% 0.47% -
HSV(B) 165.19º 0.5% 0.63% -
XYZ 20.86 29.12 29.72 -
YUV 134.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 80 161 141 0.50 0 0.12 0.37 165.19 0.34 0.47
Hex 50 A1 8D 32 0 C 25 A5 22 2F
Octal 120 241 215 62 0 14 45 245 42 57
Binary 1010000 10100001 10001101 110010 0 1100 100101 10100101 100010 101111

Color Harmonies of #50A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A18D

Black with #50A18D

Text Example


Text Example

White with #50A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A18D; }

 p { color: rgb(80,161,141); }

 H1.HeaderClassName
 {
   color: #50A18D;
 }
 .AnyTagClassName
 {
   color: #50A18D;
 }
</style>

background-color css

<style>
 a { background-color: #50A18D; }

 a { background-color: rgb(80,161,141); }

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

border-color css

<style>
 span { border-color: #50A18D; }

 span { border-color: rgb(80,161,141); }

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