#70BC8F

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

Shades of Silver Tree #70BC8F

Tints of Silver Tree #70BC8F

Color information

#70BC8F (or 0x70BC8F) is unknown color: approx Silver Tree. HEX triplet: 70, BC and 8F. RGB value is (112,188,143). Sum of RGB (Red+Green+Blue) = 112+188+143=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC8F is #8F4370. Grayscale: #A0A0A0. Windows color (decimal): -9388913 or 9419888. OLE color: 9419888.

HSL color Cylindrical-coordinate representation of color #70BC8F: hue angle of 144.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC8F is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB112188143-
CMYK0.4000.240.26
HSL144.47º36.19%58.82%-
HSV(B)144.47º40.43%73.73%-
XYZ29.6241.3932.42-
YUV160.15118.3293.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=25.28%
G=42.44%
B=32.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881430.4000.240.26144.4736.1958.82
Hex70BC8F280181A90243b
Octal16027421750030322204473
Binary111000010111100100011111010000110001101010010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,188,143); }

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

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

 a { background-color: rgb(112,188,143); }

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

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

 span { border-color: rgb(112,188,143); }

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