Html Css Color HEX #70C088 Silver Tree

📋 copy color: '#70C088'

red 112 ◦ green 192 ◦ blue 136

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

Shades of Silver Tree #70C088

Tints of Silver Tree #70C088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

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

R = 25.45%
G = 43.64%
B = 30.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#70C088 (or 0x70C088) is known color: Silver Tree. HEX triplet: 70, C0 and 88. RGB value is (112,192,136). Sum of RGB (Red+Green+Blue) = 112+192+136=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #70C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C088 is #8F3F77. Grayscale: #A1A1A1. Windows color (decimal): -9387896 or 8962160. OLE color: 8962160.

HSL color Cylindrical-coordinate representation of color #70C088: hue angle of 138º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C088 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 192 136 -
CMYK 0.42 0 0.29 0.25
HSL 138º 0.39% 0.6% -
HSV(B) 138º 0.42% 0.75% -
XYZ 29.98 42.92 30 -
YUV 161.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 112 192 136 0.42 0 0.29 0.25 138 0.39 0.6
Hex 70 C0 88 2A 0 1D 19 8A 27 3C
Octal 160 300 210 52 0 35 31 212 47 74
Binary 1110000 11000000 10001000 101010 0 11101 11001 10001010 100111 111100

Color Harmonies of #70C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C088

Black with #70C088

Text Example


Text Example

White with #70C088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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