Html Css Color HEX #71A29C Tradewind

📋 copy color: '#71A29C'

red 113 ◦ green 162 ◦ blue 156

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

Shades of Tradewind #71A29C

Tints of Tradewind #71A29C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

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

R = 26.22%
G = 37.59%
B = 36.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#71A29C (or 0x71A29C) is known color: Tradewind. HEX triplet: 71, A2 and 9C. RGB value is (113,162,156). Sum of RGB (Red+Green+Blue) = 113+162+156=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #71A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A29C is #8E5D63. Grayscale: #929292. Windows color (decimal): -9330020 or 10265201. OLE color: 10265201.

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

Color convert

RGB 113 162 156 -
CMYK 0.30 0 0.04 0.36
HSL 172.65º 0.21% 0.54% -
HSV(B) 172.65º 0.3% 0.64% -
XYZ 25.73 31.75 36.23 -
YUV 146.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 113 162 156 0.30 0 0.04 0.36 172.65 0.21 0.54
Hex 71 A2 9C 1E 0 4 24 AD 15 36
Octal 161 242 234 36 0 4 44 255 25 66
Binary 1110001 10100010 10011100 11110 0 100 100100 10101101 10101 110110

Color Harmonies of #71A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A29C

Black with #71A29C

Text Example


Text Example

White with #71A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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