#70B99A

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

Shades of Silver Tree #70B99A

Tints of Silver Tree #70B99A

Color information

#70B99A (or 0x70B99A) is unknown color: approx Silver Tree. HEX triplet: 70, B9 and 9A. RGB value is (112,185,154). Sum of RGB (Red+Green+Blue) = 112+185+154=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #70B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B99A is #8F4665. Grayscale: #9F9F9F. Windows color (decimal): -9389670 or 10140016. OLE color: 10140016.

HSL color Cylindrical-coordinate representation of color #70B99A: hue angle of 154.52º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B99A is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB112185154-
CMYK0.3900.170.27
HSL154.52º34.27%58.24%-
HSV(B)154.52º39.46%72.55%-
XYZ29.8640.4836.81-
YUV159.64124.8294.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=24.83%
G=41.02%
B=34.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121851540.3900.170.27154.5234.2758.24
Hex70B99A270111B9b223a
Octal16027123247021332334272
Binary111000010111001100110101001110100011101110011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,185,154); }

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

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

 a { background-color: rgb(112,185,154); }

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

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

 span { border-color: rgb(112,185,154); }

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