#70C08B

Color #70C08B Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #70C08B

Tints of Silver Tree #70C08B

Color information

#70C08B (or 0x70C08B) is unknown color: approx Silver Tree. HEX triplet: 70, C0 and 8B. RGB value is (112,192,139). Sum of RGB (Red+Green+Blue) = 112+192+139=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #70C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C08B is #8F3F74. Grayscale: #A2A2A2. Windows color (decimal): -9387893 or 9158768. OLE color: 9158768.

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

Color convert

RGB112192139-
CMYK0.4200.280.25
HSL140.25º38.83%59.61%-
HSV(B)140.25º41.67%75.29%-
XYZ30.1943.0131.14-
YUV162.0411592.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=25.28%
G=43.34%
B=31.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121921390.4200.280.25140.2538.8359.61
Hex70C08B2A01C198c273c
Octal16030021352034312144774
Binary111000011000000100010111010100111001100110001100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C08B;
 }
 .AnyTagClassName
 {
   color: #70C08B;
 }
</style>
background-color css

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

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

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

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

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

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