Html Css Color HEX #50BC88 Silver Tree

📋 copy color: '#50BC88'

red 80 ◦ green 188 ◦ blue 136

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

Shades of Silver Tree #50BC88

Tints of Silver Tree #50BC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 19.8%
G = 46.53%
B = 33.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#50BC88 (or 0x50BC88) is known color: Silver Tree. HEX triplet: 50, BC and 88. RGB value is (80,188,136). Sum of RGB (Red+Green+Blue) = 80+188+136=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC88 is #AF4377. Grayscale: #959595. Windows color (decimal): -11486072 or 8961104. OLE color: 8961104.

HSL color Cylindrical-coordinate representation of color #50BC88: hue angle of 151.11º 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 #50BC88 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 136 -
CMYK 0.57 0 0.28 0.26
HSL 151.11º 0.45% 0.53% -
HSV(B) 151.11º 0.57% 0.74% -
XYZ 25.74 39.45 29.55 -
YUV 149.78 120.22 78.23 -
System Red Green Blue C M Y K H S L
Decimal 80 188 136 0.57 0 0.28 0.26 151.11 0.45 0.53
Hex 50 BC 88 39 0 1C 1A 97 2D 35
Octal 120 274 210 71 0 34 32 227 55 65
Binary 1010000 10111100 10001000 111001 0 11100 11010 10010111 101101 110101

Color Harmonies of #50BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC88

Black with #50BC88

Text Example


Text Example

White with #50BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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