#71AB9F

Color #71AB9F Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #71AB9F

Tints of Tradewind #71AB9F

Color information

#71AB9F (or 0x71AB9F) is unknown color: approx 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

RGB113171159-
CMYK0.3400.070.33
HSL167.59º25.66%55.69%-
HSV(B)167.59º33.92%67.06%-
XYZ27.6335.1438.13-
YUV152.29131.7899.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=25.51%
G=38.60%
B=35.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131711590.3400.070.33167.5925.6655.69
Hex71AB9F220721a81a38
Octal1612532374207412503270
Binary1110001101010111001111110001001111000011010100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>