Html Css Color HEX #71AEA9 Tradewind

📋 copy color: '#71AEA9'

red 113 ◦ green 174 ◦ blue 169

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

Shades of Tradewind #71AEA9

Tints of Tradewind #71AEA9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 169 (66.41% from 255) = 37.06%

R = 24.78%
G = 38.16%
B = 37.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#71AEA9 (or 0x71AEA9) is known color: Tradewind. HEX triplet: 71, AE and A9. RGB value is (113,174,169). Sum of RGB (Red+Green+Blue) = 113+174+169=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #71AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AEA9 is #8E5156. Grayscale: #9B9B9B. Windows color (decimal): -9326935 or 11120241. OLE color: 11120241.

HSL color Cylindrical-coordinate representation of color #71AEA9: hue angle of 175.08º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71AEA9 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 174 169 -
CMYK 0.35 0 0.03 0.32
HSL 175.08º 0.27% 0.56% -
HSV(B) 175.08º 0.35% 0.68% -
XYZ 29.11 36.65 43.08 -
YUV 155.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 113 174 169 0.35 0 0.03 0.32 175.08 0.27 0.56
Hex 71 AE A9 23 0 3 20 AF 1B 38
Octal 161 256 251 43 0 3 40 257 33 70
Binary 1110001 10101110 10101001 100011 0 11 100000 10101111 11011 111000

Color Harmonies of #71AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AEA9

Black with #71AEA9

Text Example


Text Example

White with #71AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,174,169); }

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

background-color css

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

 a { background-color: rgb(113,174,169); }

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

border-color css

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

 span { border-color: rgb(113,174,169); }

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