#70D08D

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

Shades of Silver Tree #70D08D

Tints of Silver Tree #70D08D

Color information

#70D08D (or 0x70D08D) is unknown color: approx Silver Tree. HEX triplet: 70, D0 and 8D. RGB value is (112,208,141). Sum of RGB (Red+Green+Blue) = 112+208+141=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #70D08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D08D is #8F2F72. Grayscale: #ABABAB. Windows color (decimal): -9383795 or 9293936. OLE color: 9293936.

HSL color Cylindrical-coordinate representation of color #70D08D: hue angle of 138.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D08D is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB112208141-
CMYK0.4600.320.18
HSL138.12º50.53%62.75%-
HSV(B)138.12º46.15%81.57%-
XYZ34.0550.4833.15-
YUV171.66110.785.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=24.30%
G=45.12%
B=30.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122081410.4600.320.18138.1250.5362.75
Hex70D08D2E020128a333f
Octal16032021556040222126377
Binary1110000110100001000110110111001000001001010001010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,208,141); }

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

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

 a { background-color: rgb(112,208,141); }

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

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

 span { border-color: rgb(112,208,141); }

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