#68A49D

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

Shades of Tradewind #68A49D

Tints of Tradewind #68A49D

Color information

#68A49D (or 0x68A49D) is unknown color: approx Tradewind. HEX triplet: 68, A4 and 9D. RGB value is (104,164,157). Sum of RGB (Red+Green+Blue) = 104+164+157=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #68A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A49D is #975B62. Grayscale: #919191. Windows color (decimal): -9919331 or 10331240. OLE color: 10331240.

HSL color Cylindrical-coordinate representation of color #68A49D: hue angle of 173º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A49D is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB104164157-
CMYK0.3700.040.36
HSL173º24.79%52.55%-
HSV(B)173º36.59%64.31%-
XYZ25.0731.9336.74-
YUV145.26134.6298.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=24.47%
G=38.59%
B=36.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641570.3700.040.3617324.7952.55
Hex68A49D250424ad1935
Octal1502442354504442553165
Binary1101000101001001001110110010101001001001010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A49D; }

 p { color: rgb(104,164,157); }

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

<style>
 a { background-color: #68A49D; }

 a { background-color: rgb(104,164,157); }

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

<style>
 span { border-color: #68A49D; }

 span { border-color: rgb(104,164,157); }

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