#71B994

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

Shades of Silver Tree #71B994

Tints of Silver Tree #71B994

Color information

#71B994 (or 0x71B994) is unknown color: approx Silver Tree. HEX triplet: 71, B9 and 94. RGB value is (113,185,148). Sum of RGB (Red+Green+Blue) = 113+185+148=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #71B994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B994 is #8E466B. Grayscale: #9F9F9F. Windows color (decimal): -9324140 or 9746801. OLE color: 9746801.

HSL color Cylindrical-coordinate representation of color #71B994: hue angle of 149.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B994 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB113185148-
CMYK0.3900.200.27
HSL149.17º33.96%58.43%-
HSV(B)149.17º38.92%72.55%-
XYZ29.540.3534.25-
YUV159.25121.6595.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.34%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=25.34%
G=41.48%
B=33.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851480.3900.200.27149.1733.9658.43
Hex71B994270141B95223a
Octal16127122447024332254272
Binary111000110111001100101001001110101001101110010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,148); }

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

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

 a { background-color: rgb(113,185,148); }

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

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

 span { border-color: rgb(113,185,148); }

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