Html Css Color HEX #71AB9F Tradewind

📋 copy color: '#71AB9F'

red 113 ◦ green 171 ◦ blue 159

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

Shades of Tradewind #71AB9F

Tints of Tradewind #71AB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 25.51%
G = 38.6%
B = 35.89%

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

#71AB9F (or 0x71AB9F) is known color: Tradewind. HEX triplet: 71, AB and 9F. RGB value is (113,171,159). Sum of RGB (Red+Green+Blue) = 113+171+159=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AB9F is #8E5460. Grayscale: #989898. Windows color (decimal): -9327713 or 10464113. OLE color: 10464113.

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

Color convert

RGB 113 171 159 -
CMYK 0.34 0 0.07 0.33
HSL 167.59º 0.26% 0.56% -
HSV(B) 167.59º 0.34% 0.67% -
XYZ 27.63 35.14 38.13 -
YUV 152.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 113 171 159 0.34 0 0.07 0.33 167.59 0.26 0.56
Hex 71 AB 9F 22 0 7 21 A8 1A 38
Octal 161 253 237 42 0 7 41 250 32 70
Binary 1110001 10101011 10011111 100010 0 111 100001 10101000 11010 111000

Color Harmonies of #71AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB9F

Black with #71AB9F

Text Example


Text Example

White with #71AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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