#73BF9F

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

Shades of Silver Tree #73BF9F

Tints of Silver Tree #73BF9F

Color information

#73BF9F (or 0x73BF9F) is unknown color: approx Silver Tree. HEX triplet: 73, BF and 9F. RGB value is (115,191,159). Sum of RGB (Red+Green+Blue) = 115+191+159=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF9F is #8C4060. Grayscale: #A4A4A4. Windows color (decimal): -9191521 or 10469235. OLE color: 10469235.

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

Color convert

RGB115191159-
CMYK0.4000.170.25
HSL154.74º37.25%60%-
HSV(B)154.74º39.79%74.9%-
XYZ31.9643.4139.5-
YUV164.63124.8292.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.73%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=24.73%
G=41.08%
B=34.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911590.4000.170.25154.7437.2560
Hex73BF9F28011199b253c
Octal16327723750021312334574
Binary111001110111111100111111010000100011100110011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,159); }

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

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

 a { background-color: rgb(115,191,159); }

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

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

 span { border-color: rgb(115,191,159); }

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