#73BE96

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

Shades of Silver Tree #73BE96

Tints of Silver Tree #73BE96

Color information

#73BE96 (or 0x73BE96) is unknown color: approx Silver Tree. HEX triplet: 73, BE and 96. RGB value is (115,190,150). Sum of RGB (Red+Green+Blue) = 115+190+150=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BE96 is #8C4169. Grayscale: #A3A3A3. Windows color (decimal): -9191786 or 9879155. OLE color: 9879155.

HSL color Cylindrical-coordinate representation of color #73BE96: hue angle of 148º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BE96 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB115190150-
CMYK0.3900.210.25
HSL148º36.59%59.8%-
HSV(B)148º39.47%74.51%-
XYZ30.9942.6735.46-
YUV163.01120.6593.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=25.27%
G=41.76%
B=32.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151901500.3900.210.2514836.5959.8
Hex73BE96270151994253c
Octal16327622647025312244574
Binary111001110111110100101101001110101011100110010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BE96; }

 p { color: rgb(115,190,150); }

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

<style>
 a { background-color: #73BE96; }

 a { background-color: rgb(115,190,150); }

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

<style>
 span { border-color: #73BE96; }

 span { border-color: rgb(115,190,150); }

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