#70C19E

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

Shades of Silver Tree #70C19E

Tints of Silver Tree #70C19E

Color information

#70C19E (or 0x70C19E) is unknown color: approx Silver Tree. HEX triplet: 70, C1 and 9E. RGB value is (112,193,158). Sum of RGB (Red+Green+Blue) = 112+193+158=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #70C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C19E is #8F3E61. Grayscale: #A4A4A4. Windows color (decimal): -9387618 or 10404208. OLE color: 10404208.

HSL color Cylindrical-coordinate representation of color #70C19E: hue angle of 154.07º 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 #70C19E is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB112193158-
CMYK0.4200.180.24
HSL154.07º39.51%59.8%-
HSV(B)154.07º41.97%75.69%-
XYZ31.9244.0539.17-
YUV164.79124.1690.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=24.19%
G=41.68%
B=34.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931580.4200.180.24154.0739.5159.8
Hex70C19E2A012189a283c
Octal16030123652022302325074
Binary111000011000001100111101010100100101100010011010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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