#71A29A

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

Shades of Tradewind #71A29A

Tints of Tradewind #71A29A

Color information

#71A29A (or 0x71A29A) is unknown color: approx Tradewind. HEX triplet: 71, A2 and 9A. RGB value is (113,162,154). Sum of RGB (Red+Green+Blue) = 113+162+154=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #71A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A29A is #8E5D65. Grayscale: #929292. Windows color (decimal): -9330022 or 10134129. OLE color: 10134129.

HSL color Cylindrical-coordinate representation of color #71A29A: hue angle of 170.2º 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 #71A29A is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB113162154-
CMYK0.3000.050.36
HSL170.2º20.85%53.92%-
HSV(B)170.2º30.25%63.53%-
XYZ25.5631.6835.34-
YUV146.44132.27104.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=26.34%
G=37.76%
B=35.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131621540.3000.050.36170.220.8553.92
Hex71A29A1E0524aa1536
Octal1612422323605442522566
Binary111000110100010100110101111001011001001010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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