Html Css Color HEX #71AEAC Tradewind

📋 copy color: '#71AEAC'

red 113 ◦ green 174 ◦ blue 172

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

Shades of Tradewind #71AEAC

Tints of Tradewind #71AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 24.62%
G = 37.91%
B = 37.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#71AEAC (or 0x71AEAC) is known color: Tradewind. HEX triplet: 71, AE and AC. RGB value is (113,174,172). Sum of RGB (Red+Green+Blue) = 113+174+172=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #71AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AEAC is #8E5153. Grayscale: #9B9B9B. Windows color (decimal): -9326932 or 11316849. OLE color: 11316849.

HSL color Cylindrical-coordinate representation of color #71AEAC: hue angle of 178.03º 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 #71AEAC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 174 172 -
CMYK 0.35 0 0.01 0.32
HSL 178.03º 0.27% 0.56% -
HSV(B) 178.03º 0.35% 0.68% -
XYZ 29.39 36.76 44.58 -
YUV 155.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 113 174 172 0.35 0 0.01 0.32 178.03 0.27 0.56
Hex 71 AE AC 23 0 1 20 B2 1B 38
Octal 161 256 254 43 0 1 40 262 33 70
Binary 1110001 10101110 10101100 100011 0 1 100000 10110010 11011 111000

Color Harmonies of #71AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AEAC

Black with #71AEAC

Text Example


Text Example

White with #71AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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