Html Css Color HEX #71AAA3 Tradewind

📋 copy color: '#71AAA3'

red 113 ◦ green 170 ◦ blue 163

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

Shades of Tradewind #71AAA3

Tints of Tradewind #71AAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.55%

R = 25.34%
G = 38.12%
B = 36.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#71AAA3 (or 0x71AAA3) is known color: Tradewind. HEX triplet: 71, AA and A3. RGB value is (113,170,163). Sum of RGB (Red+Green+Blue) = 113+170+163=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #71AAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AAA3 is #8E555C. Grayscale: #989898. Windows color (decimal): -9327965 or 10726001. OLE color: 10726001.

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

Color convert

RGB 113 170 163 -
CMYK 0.34 0 0.04 0.33
HSL 172.63º 0.25% 0.55% -
HSV(B) 172.63º 0.34% 0.67% -
XYZ 27.8 34.9 39.92 -
YUV 152.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 113 170 163 0.34 0 0.04 0.33 172.63 0.25 0.55
Hex 71 AA A3 22 0 4 21 AD 19 37
Octal 161 252 243 42 0 4 41 255 31 67
Binary 1110001 10101010 10100011 100010 0 100 100001 10101101 11001 110111

Color Harmonies of #71AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAA3

Black with #71AAA3

Text Example


Text Example

White with #71AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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