#70B38E

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

Shades of Silver Tree #70B38E

Tints of Silver Tree #70B38E

Color information

#70B38E (or 0x70B38E) is unknown color: approx Silver Tree. HEX triplet: 70, B3 and 8E. RGB value is (112,179,142). Sum of RGB (Red+Green+Blue) = 112+179+142=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #70B38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B38E is #8F4C71. Grayscale: #9A9A9A. Windows color (decimal): -9391218 or 9352048. OLE color: 9352048.

HSL color Cylindrical-coordinate representation of color #70B38E: hue angle of 146.87º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B38E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB112179142-
CMYK0.3700.210.30
HSL146.87º30.59%57.06%-
HSV(B)146.87º37.43%70.2%-
XYZ27.6837.6431.4-
YUV154.75120.897.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=25.87%
G=41.34%
B=32.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791420.3700.210.30146.8730.5957.06
Hex70B38E250151E931f39
Octal16026321645025362233771
Binary11100001011001110001110100101010101111101001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,142); }

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

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

 a { background-color: rgb(112,179,142); }

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

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

 span { border-color: rgb(112,179,142); }

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