#70CB9D

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

Shades of Silver Tree #70CB9D

Tints of Silver Tree #70CB9D

Color information

#70CB9D (or 0x70CB9D) is unknown color: approx Silver Tree. HEX triplet: 70, CB and 9D. RGB value is (112,203,157). Sum of RGB (Red+Green+Blue) = 112+203+157=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB9D is #8F3462. Grayscale: #AAAAAA. Windows color (decimal): -9385059 or 10341232. OLE color: 10341232.

HSL color Cylindrical-coordinate representation of color #70CB9D: hue angle of 149.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB9D is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB112203157-
CMYK0.4500.230.20
HSL149.67º46.67%61.76%-
HSV(B)149.67º44.83%79.61%-
XYZ34.1248.5939.48-
YUV170.55120.3586.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=23.73%
G=43.01%
B=33.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031570.4500.230.20149.6746.6761.76
Hex70CB9D2D01714962f3e
Octal16031323555027242265776
Binary111000011001011100111011011010101111010010010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,157); }

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

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

 a { background-color: rgb(112,203,157); }

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

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

 span { border-color: rgb(112,203,157); }

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