Html Css Color HEX #71ABA4 Tradewind

📋 copy color: '#71ABA4'

red 113 ◦ green 171 ◦ blue 164

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

Shades of Tradewind #71ABA4

Tints of Tradewind #71ABA4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 164 (64.45% from 255) = 36.61%

R = 25.22%
G = 38.17%
B = 36.61%

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

#71ABA4 (or 0x71ABA4) is known color: Tradewind. HEX triplet: 71, AB and A4. RGB value is (113,171,164). Sum of RGB (Red+Green+Blue) = 113+171+164=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #71ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ABA4 is #8E545B. Grayscale: #989898. Windows color (decimal): -9327708 or 10791793. OLE color: 10791793.

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

Color convert

RGB 113 171 164 -
CMYK 0.34 0 0.04 0.33
HSL 172.76º 0.26% 0.56% -
HSV(B) 172.76º 0.34% 0.67% -
XYZ 28.07 35.32 40.46 -
YUV 152.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 113 171 164 0.34 0 0.04 0.33 172.76 0.26 0.56
Hex 71 AB A4 22 0 4 21 AD 1A 38
Octal 161 253 244 42 0 4 41 255 32 70
Binary 1110001 10101011 10100100 100010 0 100 100001 10101101 11010 111000

Color Harmonies of #71ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABA4

Black with #71ABA4

Text Example


Text Example

White with #71ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,171,164); }

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

background-color css

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

 a { background-color: rgb(113,171,164); }

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

border-color css

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

 span { border-color: rgb(113,171,164); }

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