#71A39A

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

Shades of Tradewind #71A39A

Tints of Tradewind #71A39A

Color information

#71A39A (or 0x71A39A) is unknown color: approx Tradewind. HEX triplet: 71, A3 and 9A. RGB value is (113,163,154). Sum of RGB (Red+Green+Blue) = 113+163+154=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #71A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A39A is #8E5C65. Grayscale: #939393. Windows color (decimal): -9329766 or 10134385. OLE color: 10134385.

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

Color convert

RGB113163154-
CMYK0.3100.060.36
HSL169.2º21.37%54.12%-
HSV(B)169.2º30.67%63.92%-
XYZ25.7432.0435.4-
YUV147.02131.94103.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=26.28%
G=37.91%
B=35.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131631540.3100.060.36169.221.3754.12
Hex71A39A1F0624a91536
Octal1612432323706442512566
Binary111000110100011100110101111101101001001010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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