Html Css Color HEX #70C49E Silver Tree

📋 copy color: '#70C49E'

red 112 ◦ green 196 ◦ blue 158

#70C49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70C49E

Tints of Silver Tree #70C49E

RGB

 RED value IS 112 (44.14% from 255) = 24.03%

 GREEN value IS 196 (76.95% from 255) = 42.06%

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 24.03%
G = 42.06%
B = 33.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#70C49E (or 0x70C49E) is known color: Silver Tree. HEX triplet: 70, C4 and 9E. RGB value is (112,196,158). Sum of RGB (Red+Green+Blue) = 112+196+158=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #70C49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C49E is #8F3B61. Grayscale: #A6A6A6. Windows color (decimal): -9386850 or 10404976. OLE color: 10404976.

HSL color Cylindrical-coordinate representation of color #70C49E: hue angle of 152.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C49E is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 196 158 -
CMYK 0.43 0 0.19 0.23
HSL 152.86º 0.42% 0.6% -
HSV(B) 152.86º 0.43% 0.77% -
XYZ 32.59 45.39 39.39 -
YUV 166.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 112 196 158 0.43 0 0.19 0.23 152.86 0.42 0.6
Hex 70 C4 9E 2B 0 13 17 99 2A 3C
Octal 160 304 236 53 0 23 27 231 52 74
Binary 1110000 11000100 10011110 101011 0 10011 10111 10011001 101010 111100

Color Harmonies of #70C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C49E

Black with #70C49E

Text Example


Text Example

White with #70C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C49E;
 }
 .AnyTagClassName
 {
   color: #70C49E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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