#71A29C

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

Shades of Tradewind #71A29C

Tints of Tradewind #71A29C

Color information

#71A29C (or 0x71A29C) is unknown color: approx Tradewind. HEX triplet: 71, A2 and 9C. RGB value is (113,162,156). Sum of RGB (Red+Green+Blue) = 113+162+156=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #71A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A29C is #8E5D63. Grayscale: #929292. Windows color (decimal): -9330020 or 10265201. OLE color: 10265201.

HSL color Cylindrical-coordinate representation of color #71A29C: hue angle of 172.65º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A29C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB113162156-
CMYK0.3000.040.36
HSL172.65º20.85%53.92%-
HSV(B)172.65º30.25%63.53%-
XYZ25.7331.7536.23-
YUV146.66133.27103.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=26.22%
G=37.59%
B=36.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131621560.3000.040.36172.6520.8553.92
Hex71A29C1E0424ad1536
Octal1612422343604442552566
Binary111000110100010100111001111001001001001010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,156); }

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

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

 a { background-color: rgb(113,162,156); }

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

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

 span { border-color: rgb(113,162,156); }

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