Html Css Color HEX #50BB8C Silver Tree

📋 copy color: '#50BB8C'

red 80 ◦ green 187 ◦ blue 140

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

Shades of Silver Tree #50BB8C

Tints of Silver Tree #50BB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.95%

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

R = 19.66%
G = 45.95%
B = 34.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#50BB8C (or 0x50BB8C) is known color: Silver Tree. HEX triplet: 50, BB and 8C. RGB value is (80,187,140). Sum of RGB (Red+Green+Blue) = 80+187+140=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB8C is #AF4473. Grayscale: #959595. Windows color (decimal): -11486324 or 9222992. OLE color: 9222992.

HSL color Cylindrical-coordinate representation of color #50BB8C: hue angle of 153.64º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB8C is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 140 -
CMYK 0.57 0 0.25 0.27
HSL 153.64º 0.44% 0.52% -
HSV(B) 153.64º 0.57% 0.73% -
XYZ 25.81 39.14 31.01 -
YUV 149.65 122.55 78.32 -
System Red Green Blue C M Y K H S L
Decimal 80 187 140 0.57 0 0.25 0.27 153.64 0.44 0.52
Hex 50 BB 8C 39 0 19 1B 9A 2C 34
Octal 120 273 214 71 0 31 33 232 54 64
Binary 1010000 10111011 10001100 111001 0 11001 11011 10011010 101100 110100

Color Harmonies of #50BB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB8C

Black with #50BB8C

Text Example


Text Example

White with #50BB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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