Html Css Color HEX #70C19B Silver Tree

📋 copy color: '#70C19B'

red 112 ◦ green 193 ◦ blue 155

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

Shades of Silver Tree #70C19B

Tints of Silver Tree #70C19B

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.7%

R = 24.35%
G = 41.96%
B = 33.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#70C19B (or 0x70C19B) is known color: 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

RGB 112 193 155 -
CMYK 0.42 0 0.20 0.24
HSL 151.85º 0.4% 0.6% -
HSV(B) 151.85º 0.42% 0.76% -
XYZ 31.67 43.95 37.82 -
YUV 164.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 112 193 155 0.42 0 0.20 0.24 151.85 0.4 0.6
Hex 70 C1 9B 2A 0 14 18 98 28 3C
Octal 160 301 233 52 0 24 30 230 50 74
Binary 1110000 11000001 10011011 101010 0 10100 11000 10011000 101000 111100

Color Harmonies of #70C19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C19B

Black with #70C19B

Text Example


Text Example

White with #70C19B

Text Example


Text Example

HTML Codes & Css Web 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>