#74A59E

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

Shades of Tradewind #74A59E

Tints of Tradewind #74A59E

Color information

#74A59E (or 0x74A59E) is unknown color: approx Tradewind. HEX triplet: 74, A5 and 9E. RGB value is (116,165,158). Sum of RGB (Red+Green+Blue) = 116+165+158=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #74A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A59E is #8B5A61. Grayscale: #959595. Windows color (decimal): -9132642 or 10397044. OLE color: 10397044.

HSL color Cylindrical-coordinate representation of color #74A59E: hue angle of 171.43º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74A59E is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB116165158-
CMYK0.3000.040.35
HSL171.43º21.4%55.1%-
HSV(B)171.43º29.7%64.71%-
XYZ26.8333.0937.32-
YUV149.55132.77104.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=26.42%
G=37.59%
B=35.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161651580.3000.040.35171.4321.455.1
Hex74A59E1E0423ab1537
Octal1642452363604432532567
Binary111010010100101100111101111001001000111010101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,165,158); }

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

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

 a { background-color: rgb(116,165,158); }

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

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

 span { border-color: rgb(116,165,158); }

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