#74ACA8

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

Shades of Tradewind #74ACA8

Tints of Tradewind #74ACA8

Color information

#74ACA8 (or 0x74ACA8) is unknown color: approx Tradewind. HEX triplet: 74, AC and A8. RGB value is (116,172,168). Sum of RGB (Red+Green+Blue) = 116+172+168=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #74ACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ACA8 is #8B5357. Grayscale: #9A9A9A. Windows color (decimal): -9130840 or 11054196. OLE color: 11054196.

HSL color Cylindrical-coordinate representation of color #74ACA8: hue angle of 175.71º 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 #74ACA8 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB116172168-
CMYK0.3300.020.33
HSL175.71º25.23%56.47%-
HSV(B)175.71º32.56%67.45%-
XYZ29.0236.0542.47-
YUV154.8135.45100.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=25.44%
G=37.72%
B=36.84%

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
Decimal1161721680.3300.020.33175.7125.2356.47
Hex74ACA8210221b01938
Octal1642542504102412603170
Binary111010010101100101010001000010101000011011000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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