#71A99E

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

Shades of Tradewind #71A99E

Tints of Tradewind #71A99E

Color information

#71A99E (or 0x71A99E) is unknown color: approx Tradewind. HEX triplet: 71, A9 and 9E. RGB value is (113,169,158). Sum of RGB (Red+Green+Blue) = 113+169+158=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #71A99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A99E is #8E5661. Grayscale: #969696. Windows color (decimal): -9328226 or 10398065. OLE color: 10398065.

HSL color Cylindrical-coordinate representation of color #71A99E: hue angle of 168.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A99E is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB113169158-
CMYK0.3300.070.34
HSL168.21º24.56%55.29%-
HSV(B)168.21º33.14%66.27%-
XYZ27.1734.3637.55-
YUV151131.95100.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=25.68%
G=38.41%
B=35.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131691580.3300.070.34168.2124.5655.29
Hex71A99E210722a81937
Octal1612512364107422503167
Binary1110001101010011001111010000101111000101010100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A99E;
 }
 .AnyTagClassName
 {
   color: #71A99E;
 }
</style>
background-color css

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

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

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

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

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

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