#71AEAB

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

Shades of Tradewind #71AEAB

Tints of Tradewind #71AEAB

Color information

#71AEAB (or 0x71AEAB) is unknown color: approx Tradewind. HEX triplet: 71, AE and AB. RGB value is (113,174,171). Sum of RGB (Red+Green+Blue) = 113+174+171=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #71AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AEAB is #8E5154. Grayscale: #9B9B9B. Windows color (decimal): -9326933 or 11251313. OLE color: 11251313.

HSL color Cylindrical-coordinate representation of color #71AEAB: hue angle of 177.05º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71AEAB is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB113174171-
CMYK0.3500.020.32
HSL177.05º27.35%56.27%-
HSV(B)177.05º35.06%68.24%-
XYZ29.336.7244.07-
YUV155.42136.7997.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=24.67%
G=37.99%
B=37.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131741710.3500.020.32177.0527.3556.27
Hex71AEAB230220b11b38
Octal1612562534302402613370
Binary111000110101110101010111000110101000001011000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,174,171); }

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

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

 a { background-color: rgb(113,174,171); }

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

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

 span { border-color: rgb(113,174,171); }

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