Html Css Color HEX #71AA9E Tradewind

📋 copy color: '#71AA9E'

red 113 ◦ green 170 ◦ blue 158

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

Shades of Tradewind #71AA9E

Tints of Tradewind #71AA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 25.62%
G = 38.55%
B = 35.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#71AA9E (or 0x71AA9E) is known color: Tradewind. HEX triplet: 71, AA and 9E. RGB value is (113,170,158). Sum of RGB (Red+Green+Blue) = 113+170+158=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AA9E is #8E5561. Grayscale: #979797. Windows color (decimal): -9327970 or 10398321. OLE color: 10398321.

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

Color convert

RGB 113 170 158 -
CMYK 0.34 0 0.07 0.33
HSL 167.37º 0.25% 0.55% -
HSV(B) 167.37º 0.34% 0.67% -
XYZ 27.36 34.73 37.61 -
YUV 151.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 113 170 158 0.34 0 0.07 0.33 167.37 0.25 0.55
Hex 71 AA 9E 22 0 7 21 A7 19 37
Octal 161 252 236 42 0 7 41 247 31 67
Binary 1110001 10101010 10011110 100010 0 111 100001 10100111 11001 110111

Color Harmonies of #71AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA9E

Black with #71AA9E

Text Example


Text Example

White with #71AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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