#71A09C

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

Shades of Tradewind #71A09C

Tints of Tradewind #71A09C

Color information

#71A09C (or 0x71A09C) is unknown color: approx Tradewind. HEX triplet: 71, A0 and 9C. RGB value is (113,160,156). Sum of RGB (Red+Green+Blue) = 113+160+156=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #71A09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A09C is #8E5F63. Grayscale: #919191. Windows color (decimal): -9330532 or 10264689. OLE color: 10264689.

HSL color Cylindrical-coordinate representation of color #71A09C: hue angle of 174.89º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71A09C is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB113160156-
CMYK0.2900.020.37
HSL174.89º19.83%53.53%-
HSV(B)174.89º29.37%62.75%-
XYZ25.3831.0536.11-
YUV145.49133.93104.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=26.34%
G=37.30%
B=36.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1131601560.2900.020.37174.8919.8353.53
Hex71A09C1D0225af1436
Octal1612402343502452572466
Binary11100011010000010011100111010101001011010111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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