#74ACA9

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

Shades of Tradewind #74ACA9

Tints of Tradewind #74ACA9

Color information

#74ACA9 (or 0x74ACA9) is unknown color: approx Tradewind. HEX triplet: 74, AC and A9. RGB value is (116,172,169). Sum of RGB (Red+Green+Blue) = 116+172+169=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #74ACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ACA9 is #8B5356. Grayscale: #9A9A9A. Windows color (decimal): -9130839 or 11119732. OLE color: 11119732.

HSL color Cylindrical-coordinate representation of color #74ACA9: hue angle of 176.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74ACA9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB116172169-
CMYK0.3300.020.33
HSL176.79º25.23%56.47%-
HSV(B)176.79º32.56%67.45%-
XYZ29.1236.0842.97-
YUV154.91135.95100.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=25.38%
G=37.64%
B=36.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721690.3300.020.33176.7925.2356.47
Hex74ACA9210221b11938
Octal1642542514102412613170
Binary111010010101100101010011000010101000011011000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ACA9; }

 p { color: rgb(116,172,169); }

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

<style>
 a { background-color: #74ACA9; }

 a { background-color: rgb(116,172,169); }

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

<style>
 span { border-color: #74ACA9; }

 span { border-color: rgb(116,172,169); }

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