Html Css Color HEX #50908A Lochinvar

📋 copy color: '#50908A'

red 80 ◦ green 144 ◦ blue 138

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

Shades of Lochinvar #50908A

Tints of Lochinvar #50908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 22.1%
G = 39.78%
B = 38.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#50908A (or 0x50908A) is known color: Lochinvar. HEX triplet: 50, 90 and 8A. RGB value is (80,144,138). Sum of RGB (Red+Green+Blue) = 80+144+138=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #50908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50908A is #AF6F75. Grayscale: #7C7C7C. Windows color (decimal): -11497334 or 9080912. OLE color: 9080912.

HSL color Cylindrical-coordinate representation of color #50908A: hue angle of 174.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50908A is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 138 -
CMYK 0.44 0 0.04 0.44
HSL 174.38º 0.29% 0.44% -
HSV(B) 174.38º 0.44% 0.56% -
XYZ 17.87 23.49 27.64 -
YUV 124.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 80 144 138 0.44 0 0.04 0.44 174.38 0.29 0.44
Hex 50 90 8A 2C 0 4 2C AE 1D 2C
Octal 120 220 212 54 0 4 54 256 35 54
Binary 1010000 10010000 10001010 101100 0 100 101100 10101110 11101 101100

Color Harmonies of #50908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50908A

Black with #50908A

Text Example


Text Example

White with #50908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50908A; }

 p { color: rgb(80,144,138); }

 H1.HeaderClassName
 {
   color: #50908A;
 }
 .AnyTagClassName
 {
   color: #50908A;
 }
</style>

background-color css

<style>
 a { background-color: #50908A; }

 a { background-color: rgb(80,144,138); }

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

border-color css

<style>
 span { border-color: #50908A; }

 span { border-color: rgb(80,144,138); }

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