#70CF9B

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

Shades of Silver Tree #70CF9B

Tints of Silver Tree #70CF9B

Color information

#70CF9B (or 0x70CF9B) is unknown color: approx Silver Tree. HEX triplet: 70, CF and 9B. RGB value is (112,207,155). Sum of RGB (Red+Green+Blue) = 112+207+155=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF9B is #8F3064. Grayscale: #ACACAC. Windows color (decimal): -9384037 or 10211184. OLE color: 10211184.

HSL color Cylindrical-coordinate representation of color #70CF9B: hue angle of 147.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF9B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB112207155-
CMYK0.4600.250.19
HSL147.16º49.74%62.55%-
HSV(B)147.16º45.89%81.18%-
XYZ34.9150.4438.91-
YUV172.67118.0384.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=23.63%
G=43.67%
B=32.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071550.4600.250.19147.1649.7462.55
Hex70CF9B2E0191393323f
Octal16031723356031232236277
Binary111000011001111100110111011100110011001110010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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