#68A499

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

Shades of Tradewind #68A499

Tints of Tradewind #68A499

Color information

#68A499 (or 0x68A499) is unknown color: approx Tradewind. HEX triplet: 68, A4 and 99. RGB value is (104,164,153). Sum of RGB (Red+Green+Blue) = 104+164+153=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #68A499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A499 is #975B66. Grayscale: #909090. Windows color (decimal): -9919335 or 10069096. OLE color: 10069096.

HSL color Cylindrical-coordinate representation of color #68A499: hue angle of 169º 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 #68A499 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB104164153-
CMYK0.3700.070.36
HSL169º24.79%52.55%-
HSV(B)169º36.59%64.31%-
XYZ24.7331.7934.97-
YUV144.81132.6298.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=24.70%
G=38.95%
B=36.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641530.3700.070.3616924.7952.55
Hex68A499250724a91935
Octal1502442314507442513165
Binary1101000101001001001100110010101111001001010100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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