Html Css Color HEX #70C188 Silver Tree

📋 copy color: '#70C188'

red 112 ◦ green 193 ◦ blue 136

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

Shades of Silver Tree #70C188

Tints of Silver Tree #70C188

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.76%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 25.4%
G = 43.76%
B = 30.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#70C188 (or 0x70C188) is known color: Silver Tree. HEX triplet: 70, C1 and 88. RGB value is (112,193,136). Sum of RGB (Red+Green+Blue) = 112+193+136=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #70C188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C188 is #8F3E77. Grayscale: #A2A2A2. Windows color (decimal): -9387640 or 8962416. OLE color: 8962416.

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

Color convert

RGB 112 193 136 -
CMYK 0.42 0 0.30 0.24
HSL 137.78º 0.4% 0.6% -
HSV(B) 137.78º 0.42% 0.76% -
XYZ 30.2 43.36 30.07 -
YUV 162.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 112 193 136 0.42 0 0.30 0.24 137.78 0.4 0.6
Hex 70 C1 88 2A 0 1E 18 8A 28 3C
Octal 160 301 210 52 0 36 30 212 50 74
Binary 1110000 11000001 10001000 101010 0 11110 11000 10001010 101000 111100

Color Harmonies of #70C188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C188

Black with #70C188

Text Example


Text Example

White with #70C188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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