Html Css Color HEX #50998F Lochinvar

📋 copy color: '#50998F'

red 80 ◦ green 153 ◦ blue 143

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

Shades of Lochinvar #50998F

Tints of Lochinvar #50998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 21.28%
G = 40.69%
B = 38.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#50998F (or 0x50998F) is known color: Lochinvar. HEX triplet: 50, 99 and 8F. RGB value is (80,153,143). Sum of RGB (Red+Green+Blue) = 80+153+143=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #50998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50998F is #AF6670. Grayscale: #828282. Windows color (decimal): -11495025 or 9410896. OLE color: 9410896.

HSL color Cylindrical-coordinate representation of color #50998F: hue angle of 171.78º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50998F is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 143 -
CMYK 0.48 0 0.07 0.4
HSL 171.78º 0.31% 0.46% -
HSV(B) 171.78º 0.48% 0.6% -
XYZ 19.66 26.47 30.06 -
YUV 130.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 80 153 143 0.48 0 0.07 0.4 171.78 0.31 0.46
Hex 50 99 8F 30 0 7 28 AC 1F 2E
Octal 120 231 217 60 0 7 50 254 37 56
Binary 1010000 10011001 10001111 110000 0 111 101000 10101100 11111 101110

Color Harmonies of #50998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50998F

Black with #50998F

Text Example


Text Example

White with #50998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50998F; }

 p { color: rgb(80,153,143); }

 H1.HeaderClassName
 {
   color: #50998F;
 }
 .AnyTagClassName
 {
   color: #50998F;
 }
</style>

background-color css

<style>
 a { background-color: #50998F; }

 a { background-color: rgb(80,153,143); }

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

border-color css

<style>
 span { border-color: #50998F; }

 span { border-color: rgb(80,153,143); }

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