Html Css Color HEX #70D09B Silver Tree

📋 copy color: '#70D09B'

red 112 ◦ green 208 ◦ blue 155

#70D09B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70D09B

Tints of Silver Tree #70D09B

RGB

 RED value IS 112 (44.14% from 255) = 23.58%

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 23.58%
G = 43.79%
B = 32.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#70D09B (or 0x70D09B) is known color: Silver Tree. HEX triplet: 70, D0 and 9B. RGB value is (112,208,155). Sum of RGB (Red+Green+Blue) = 112+208+155=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #70D09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D09B is #8F2F64. Grayscale: #ADADAD. Windows color (decimal): -9383781 or 10211440. OLE color: 10211440.

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

Color convert

RGB 112 208 155 -
CMYK 0.46 0 0.25 0.18
HSL 146.88º 0.51% 0.63% -
HSV(B) 146.88º 0.46% 0.82% -
XYZ 35.15 50.92 38.99 -
YUV 173.25 117.7 84.31 -
System Red Green Blue C M Y K H S L
Decimal 112 208 155 0.46 0 0.25 0.18 146.88 0.51 0.63
Hex 70 D0 9B 2E 0 19 12 93 33 3F
Octal 160 320 233 56 0 31 22 223 63 77
Binary 1110000 11010000 10011011 101110 0 11001 10010 10010011 110011 111111

Color Harmonies of #70D09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D09B

Black with #70D09B

Text Example


Text Example

White with #70D09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70D09B;
 }
 .AnyTagClassName
 {
   color: #70D09B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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