#70C19B

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

Shades of Silver Tree #70C19B

Tints of Silver Tree #70C19B

Color information

#70C19B (or 0x70C19B) is unknown color: approx Silver Tree. HEX triplet: 70, C1 and 9B. RGB value is (112,193,155). Sum of RGB (Red+Green+Blue) = 112+193+155=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #70C19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C19B is #8F3E64. Grayscale: #A4A4A4. Windows color (decimal): -9387621 or 10207600. OLE color: 10207600.

HSL color Cylindrical-coordinate representation of color #70C19B: hue angle of 151.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C19B is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB112193155-
CMYK0.4200.200.24
HSL151.85º39.51%59.8%-
HSV(B)151.85º41.97%75.69%-
XYZ31.6743.9537.82-
YUV164.45122.6690.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.35%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=24.35%
G=41.96%
B=33.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931550.4200.200.24151.8539.5159.8
Hex70C19B2A0141898283c
Octal16030123352024302305074
Binary111000011000001100110111010100101001100010011000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,193,155); }

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

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

 a { background-color: rgb(112,193,155); }

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

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

 span { border-color: rgb(112,193,155); }

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