#70c19f

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

Shades of Silver Tree #70C19F

Tints of Silver Tree #70C19F

Color information

#70C19F (or 0x70C19F) is unknown color: approx Silver Tree. HEX triplet: 70, C1 and 9F. RGB value is (112,193,159). Sum of RGB (Red+Green+Blue) = 112+193+159=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #70C19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C19F is #8F3E60. Grayscale: #A4A4A4. Windows color (decimal): -9387617 or 10469744. OLE color: 10469744.

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

Color convert

RGB112193159-
CMYK0.4200.180.24
HSL154.81º39.51%59.8%-
HSV(B)154.81º41.97%75.69%-
XYZ32.0144.0939.62-
YUV164.9124.6690.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=24.14%
G=41.59%
B=34.27%

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
Decimal1121931590.4200.180.24154.8139.5159.8
Hex70C19F2A012189b283c
Octal16030123752022302335074
Binary111000011000001100111111010100100101100010011011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c19f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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