#70C893

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

Shades of Silver Tree #70C893

Tints of Silver Tree #70C893

Color information

#70C893 (or 0x70C893) is unknown color: approx Silver Tree. HEX triplet: 70, C8 and 93. RGB value is (112,200,147). Sum of RGB (Red+Green+Blue) = 112+200+147=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #70C893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C893 is #8F376C. Grayscale: #A7A7A7. Windows color (decimal): -9385837 or 9685104. OLE color: 9685104.

HSL color Cylindrical-coordinate representation of color #70C893: hue angle of 143.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C893 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB112200147-
CMYK0.4400.260.22
HSL143.86º44.44%61.18%-
HSV(B)143.86º44%78.43%-
XYZ32.646.8634.93-
YUV167.65116.3588.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=24.40%
G=43.57%
B=32.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1122001470.4400.260.22143.8644.4461.18
Hex70C8932C01A16902c3d
Octal16031022354032262205475
Binary111000011001000100100111011000110101011010010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,147); }

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

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

 a { background-color: rgb(112,200,147); }

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

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

 span { border-color: rgb(112,200,147); }

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