#71BF9F

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

Shades of Silver Tree #71BF9F

Tints of Silver Tree #71BF9F

Color information

#71BF9F (or 0x71BF9F) is unknown color: approx Silver Tree. HEX triplet: 71, BF and 9F. RGB value is (113,191,159). Sum of RGB (Red+Green+Blue) = 113+191+159=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BF9F is #8E4060. Grayscale: #A4A4A4. Windows color (decimal): -9322593 or 10469233. OLE color: 10469233.

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

Color convert

RGB113191159-
CMYK0.4100.170.25
HSL155.38º37.86%59.61%-
HSV(B)155.38º40.84%74.9%-
XYZ31.743.2839.48-
YUV164.03125.1691.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.41%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=24.41%
G=41.25%
B=34.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911590.4100.170.25155.3837.8659.61
Hex71BF9F29011199b263c
Octal16127723751021312334674
Binary111000110111111100111111010010100011100110011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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