Html Css Color HEX #50BC8C Silver Tree

📋 copy color: '#50BC8C'

red 80 ◦ green 188 ◦ blue 140

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

Shades of Silver Tree #50BC8C

Tints of Silver Tree #50BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.08%

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 19.61%
G = 46.08%
B = 34.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#50BC8C (or 0x50BC8C) is known color: Silver Tree. HEX triplet: 50, BC and 8C. RGB value is (80,188,140). Sum of RGB (Red+Green+Blue) = 80+188+140=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC8C is #AF4373. Grayscale: #969696. Windows color (decimal): -11486068 or 9223248. OLE color: 9223248.

HSL color Cylindrical-coordinate representation of color #50BC8C: hue angle of 153.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC8C is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 140 -
CMYK 0.57 0 0.26 0.26
HSL 153.33º 0.45% 0.53% -
HSV(B) 153.33º 0.57% 0.74% -
XYZ 26.03 39.57 31.08 -
YUV 150.24 122.22 77.9 -
System Red Green Blue C M Y K H S L
Decimal 80 188 140 0.57 0 0.26 0.26 153.33 0.45 0.53
Hex 50 BC 8C 39 0 1A 1A 99 2D 35
Octal 120 274 214 71 0 32 32 231 55 65
Binary 1010000 10111100 10001100 111001 0 11010 11010 10011001 101101 110101

Color Harmonies of #50BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC8C

Black with #50BC8C

Text Example


Text Example

White with #50BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,140); }

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

background-color css

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

 a { background-color: rgb(80,188,140); }

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

border-color css

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

 span { border-color: rgb(80,188,140); }

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