#71A59D

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

Shades of Tradewind #71A59D

Tints of Tradewind #71A59D

Color information

#71A59D (or 0x71A59D) is unknown color: approx Tradewind. HEX triplet: 71, A5 and 9D. RGB value is (113,165,157). Sum of RGB (Red+Green+Blue) = 113+165+157=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #71A59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A59D is #8E5A62. Grayscale: #949494. Windows color (decimal): -9329251 or 10331505. OLE color: 10331505.

HSL color Cylindrical-coordinate representation of color #71A59D: hue angle of 170.77º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A59D is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB113165157-
CMYK0.3200.050.35
HSL170.77º22.41%54.51%-
HSV(B)170.77º31.52%64.71%-
XYZ26.3532.8636.85-
YUV148.54132.77102.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=25.98%
G=37.93%
B=36.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131651570.3200.050.35170.7722.4154.51
Hex71A59D200523ab1637
Octal1612452354005432532667
Binary1110001101001011001110110000001011000111010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,165,157); }

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

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

 a { background-color: rgb(113,165,157); }

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

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

 span { border-color: rgb(113,165,157); }

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