#70B898

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

Shades of Silver Tree #70B898

Tints of Silver Tree #70B898

Color information

#70B898 (or 0x70B898) is unknown color: approx Silver Tree. HEX triplet: 70, B8 and 98. RGB value is (112,184,152). Sum of RGB (Red+Green+Blue) = 112+184+152=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #70B898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B898 is #8F4767. Grayscale: #9E9E9E. Windows color (decimal): -9389928 or 10008688. OLE color: 10008688.

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

Color convert

RGB112184152-
CMYK0.3900.170.28
HSL153.33º33.64%58.04%-
HSV(B)153.33º39.13%72.16%-
XYZ29.4939.9935.87-
YUV158.82124.1594.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=25%
G=41.07%
B=33.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121841520.3900.170.28153.3333.6458.04
Hex70B898270111C99223a
Octal16027023047021342314272
Binary111000010111000100110001001110100011110010011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,152); }

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

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

 a { background-color: rgb(112,184,152); }

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

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

 span { border-color: rgb(112,184,152); }

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