#70BE9D

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

Shades of Silver Tree #70BE9D

Tints of Silver Tree #70BE9D

Color information

#70BE9D (or 0x70BE9D) is unknown color: approx Silver Tree. HEX triplet: 70, BE and 9D. RGB value is (112,190,157). Sum of RGB (Red+Green+Blue) = 112+190+157=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE9D is #8F4162. Grayscale: #A2A2A2. Windows color (decimal): -9388387 or 10337904. OLE color: 10337904.

HSL color Cylindrical-coordinate representation of color #70BE9D: hue angle of 154.62º 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 #70BE9D is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB112190157-
CMYK0.4100.170.25
HSL154.62º37.5%59.22%-
HSV(B)154.62º41.05%74.51%-
XYZ31.1842.7138.5-
YUV162.92124.6691.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=24.40%
G=41.39%
B=34.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901570.4100.170.25154.6237.559.22
Hex70BE9D29011199b263b
Octal16027623551021312334673
Binary111000010111110100111011010010100011100110011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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