Html Css Color HEX #71A49C Tradewind

📋 copy color: '#71A49C'

red 113 ◦ green 164 ◦ blue 156

#71A49C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #71A49C

Tints of Tradewind #71A49C

RGB

 RED value IS 113 (44.53% from 255) = 26.1%

 GREEN value IS 164 (64.45% from 255) = 37.88%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 26.1%
G = 37.88%
B = 36.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#71A49C (or 0x71A49C) is known color: Tradewind. HEX triplet: 71, A4 and 9C. RGB value is (113,164,156). Sum of RGB (Red+Green+Blue) = 113+164+156=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #71A49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A49C is #8E5B63. Grayscale: #939393. Windows color (decimal): -9329508 or 10265713. OLE color: 10265713.

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

Color convert

RGB 113 164 156 -
CMYK 0.31 0 0.05 0.36
HSL 170.59º 0.22% 0.54% -
HSV(B) 170.59º 0.31% 0.64% -
XYZ 26.09 32.46 36.34 -
YUV 147.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 113 164 156 0.31 0 0.05 0.36 170.59 0.22 0.54
Hex 71 A4 9C 1F 0 5 24 AB 16 36
Octal 161 244 234 37 0 5 44 253 26 66
Binary 1110001 10100100 10011100 11111 0 101 100100 10101011 10110 110110

Color Harmonies of #71A49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A49C

Black with #71A49C

Text Example


Text Example

White with #71A49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A49C;
 }
 .AnyTagClassName
 {
   color: #71A49C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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