Html Css Color HEX #50997C Patina

📋 copy color: '#50997C'

red 80 ◦ green 153 ◦ blue 124

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

Shades of Patina #50997C

Tints of Patina #50997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 22.41%
G = 42.86%
B = 34.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#50997C (or 0x50997C) is known color: Patina. HEX triplet: 50, 99 and 7C. RGB value is (80,153,124). Sum of RGB (Red+Green+Blue) = 80+153+124=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #50997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50997C is #AF6683. Grayscale: #7F7F7F. Windows color (decimal): -11495044 or 8165712. OLE color: 8165712.

HSL color Cylindrical-coordinate representation of color #50997C: hue angle of 156.16º 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 #50997C is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 124 -
CMYK 0.48 0 0.19 0.4
HSL 156.16º 0.31% 0.46% -
HSV(B) 156.16º 0.48% 0.6% -
XYZ 18.34 25.94 23.11 -
YUV 127.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 80 153 124 0.48 0 0.19 0.4 156.16 0.31 0.46
Hex 50 99 7C 30 0 13 28 9C 1F 2E
Octal 120 231 174 60 0 23 50 234 37 56
Binary 1010000 10011001 1111100 110000 0 10011 101000 10011100 11111 101110

Color Harmonies of #50997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50997C

Black with #50997C

Text Example


Text Example

White with #50997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50997C; }

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

 H1.HeaderClassName
 {
   color: #50997C;
 }
 .AnyTagClassName
 {
   color: #50997C;
 }
</style>

background-color css

<style>
 a { background-color: #50997C; }

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

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

border-color css

<style>
 span { border-color: #50997C; }

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

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