#6CA29C

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

Shades of Tradewind #6CA29C

Tints of Tradewind #6CA29C

Color information

#6CA29C (or 0x6CA29C) is unknown color: approx Tradewind. HEX triplet: 6C, A2 and 9C. RGB value is (108,162,156). Sum of RGB (Red+Green+Blue) = 108+162+156=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA29C is #935D63. Grayscale: #919191. Windows color (decimal): -9657700 or 10265196. OLE color: 10265196.

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

Color convert

RGB108162156-
CMYK0.3300.040.36
HSL173.33º22.5%52.94%-
HSV(B)173.33º33.33%63.53%-
XYZ25.1131.4336.2-
YUV145.17134.11101.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.35%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=25.35%
G=38.03%
B=36.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081621560.3300.040.36173.3322.552.94
Hex6CA29C210424ad1735
Octal1542422344104442552765
Binary1101100101000101001110010000101001001001010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA29C; }

 p { color: rgb(108,162,156); }

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

<style>
 a { background-color: #6CA29C; }

 a { background-color: rgb(108,162,156); }

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

<style>
 span { border-color: #6CA29C; }

 span { border-color: rgb(108,162,156); }

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