Html Css Color HEX #71AAA2 Tradewind

📋 copy color: '#71AAA2'

red 113 ◦ green 170 ◦ blue 162

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

Shades of Tradewind #71AAA2

Tints of Tradewind #71AAA2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.2%

 BLUE value IS 162 (63.67% from 255) = 36.4%

R = 25.39%
G = 38.2%
B = 36.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#71AAA2 (or 0x71AAA2) is known color: Tradewind. HEX triplet: 71, AA and A2. RGB value is (113,170,162). Sum of RGB (Red+Green+Blue) = 113+170+162=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #71AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AAA2 is #8E555D. Grayscale: #989898. Windows color (decimal): -9327966 or 10660465. OLE color: 10660465.

HSL color Cylindrical-coordinate representation of color #71AAA2: hue angle of 171.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AAA2 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 170 162 -
CMYK 0.34 0 0.05 0.33
HSL 171.58º 0.25% 0.55% -
HSV(B) 171.58º 0.34% 0.67% -
XYZ 27.71 34.87 39.45 -
YUV 152.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 113 170 162 0.34 0 0.05 0.33 171.58 0.25 0.55
Hex 71 AA A2 22 0 5 21 AC 19 37
Octal 161 252 242 42 0 5 41 254 31 67
Binary 1110001 10101010 10100010 100010 0 101 100001 10101100 11001 110111

Color Harmonies of #71AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAA2

Black with #71AAA2

Text Example


Text Example

White with #71AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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