Html Css Color HEX #50BB8B Silver Tree

📋 copy color: '#50BB8B'

red 80 ◦ green 187 ◦ blue 139

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

Shades of Silver Tree #50BB8B

Tints of Silver Tree #50BB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 19.7%
G = 46.06%
B = 34.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#50BB8B (or 0x50BB8B) is known color: Silver Tree. HEX triplet: 50, BB and 8B. RGB value is (80,187,139). Sum of RGB (Red+Green+Blue) = 80+187+139=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB8B is #AF4474. Grayscale: #959595. Windows color (decimal): -11486325 or 9157456. OLE color: 9157456.

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

Color convert

RGB 80 187 139 -
CMYK 0.57 0 0.26 0.27
HSL 153.08º 0.44% 0.52% -
HSV(B) 153.08º 0.57% 0.73% -
XYZ 25.74 39.11 30.62 -
YUV 149.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 80 187 139 0.57 0 0.26 0.27 153.08 0.44 0.52
Hex 50 BB 8B 39 0 1A 1B 99 2C 34
Octal 120 273 213 71 0 32 33 231 54 64
Binary 1010000 10111011 10001011 111001 0 11010 11011 10011001 101100 110100

Color Harmonies of #50BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB8B

Black with #50BB8B

Text Example


Text Example

White with #50BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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