#70BE8A

Color #70BE8A Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #70BE8A

Tints of Silver Tree #70BE8A

Color information

#70BE8A (or 0x70BE8A) is unknown color: approx Silver Tree. HEX triplet: 70, BE and 8A. RGB value is (112,190,138). Sum of RGB (Red+Green+Blue) = 112+190+138=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE8A is #8F4175. Grayscale: #A0A0A0. Windows color (decimal): -9388406 or 9092720. OLE color: 9092720.

HSL color Cylindrical-coordinate representation of color #70BE8A: hue angle of 140º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE8A is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB112190138-
CMYK0.4100.270.25
HSL140º37.5%59.22%-
HSV(B)140º41.05%74.51%-
XYZ29.6842.1130.61-
YUV160.75115.1693.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=25.45%
G=43.18%
B=31.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901380.4100.270.2514037.559.22
Hex70BE8A2901B198c263b
Octal16027621251033312144673
Binary111000010111110100010101010010110111100110001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BE8A; }

 p { color: rgb(112,190,138); }

 H1.HeaderClassName
 {
   color: #70BE8A;
 }
 .AnyTagClassName
 {
   color: #70BE8A;
 }
</style>
background-color css

<style>
 a { background-color: #70BE8A; }

 a { background-color: rgb(112,190,138); }

 div.DivClassName
 {
   background-color: #70BE8A;
 }
 .BgClassName
 {
   background-color: #70BE8A;
 }
</style>
border-color css

<style>
 span { border-color: #70BE8A; }

 span { border-color: rgb(112,190,138); }

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