#70BF9B

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

Shades of Silver Tree #70BF9B

Tints of Silver Tree #70BF9B

Color information

#70BF9B (or 0x70BF9B) is unknown color: approx Silver Tree. HEX triplet: 70, BF and 9B. RGB value is (112,191,155). Sum of RGB (Red+Green+Blue) = 112+191+155=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF9B is #8F4064. Grayscale: #A3A3A3. Windows color (decimal): -9388133 or 10207088. OLE color: 10207088.

HSL color Cylindrical-coordinate representation of color #70BF9B: hue angle of 152.66º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF9B is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB112191155-
CMYK0.4100.190.25
HSL152.66º38.16%59.41%-
HSV(B)152.66º41.36%74.9%-
XYZ31.2343.0737.68-
YUV163.27123.3391.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=24.45%
G=41.70%
B=33.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911550.4100.190.25152.6638.1659.41
Hex70BF9B290131999263b
Octal16027723351023312314673
Binary111000010111111100110111010010100111100110011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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