#70BE93

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

Shades of Silver Tree #70BE93

Tints of Silver Tree #70BE93

Color information

#70BE93 (or 0x70BE93) is unknown color: approx Silver Tree. HEX triplet: 70, BE and 93. RGB value is (112,190,147). Sum of RGB (Red+Green+Blue) = 112+190+147=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE93 is #8F416C. Grayscale: #A1A1A1. Windows color (decimal): -9388397 or 9682544. OLE color: 9682544.

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

Color convert

RGB112190147-
CMYK0.4100.230.25
HSL146.92º37.5%59.22%-
HSV(B)146.92º41.05%74.51%-
XYZ30.3642.3834.18-
YUV161.78119.6692.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=24.94%
G=42.32%
B=32.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901470.4100.230.25146.9237.559.22
Hex70BE93290171993263b
Octal16027622351027312234673
Binary111000010111110100100111010010101111100110010011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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