Html Css Color HEX #70C19F Silver Tree

📋 copy color: '#70C19F'

red 112 ◦ green 193 ◦ blue 159

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

Shades of Silver Tree #70C19F

Tints of Silver Tree #70C19F

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 value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

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

RGB 112 193 159 -
CMYK 0.42 0 0.18 0.24
HSL 154.81º 0.4% 0.6% -
HSV(B) 154.81º 0.42% 0.76% -
XYZ 32.01 44.09 39.62 -
YUV 164.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 112 193 159 0.42 0 0.18 0.24 154.81 0.4 0.6
Hex 70 C1 9F 2A 0 12 18 9B 28 3C
Octal 160 301 237 52 0 22 30 233 50 74
Binary 1110000 11000001 10011111 101010 0 10010 11000 10011011 101000 111100

Color Harmonies of #70C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C19F

Black with #70C19F

Text Example


Text Example

White with #70C19F

Text Example


Text Example

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